-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I could not find a way to get mio 0.7 running with Windows' uds. So, until tokio-rs/mio#880 (deprecrated/mio-uds#7) is implemented in Mio we use a simple blocking event loop for Windows. That's fine, it's just for the RPC. We could potentially see some load on a server, but it'd be on UNIX so Everything Is Fine ™️. Signed-off-by: Antoine Poinsot <[email protected]>
- Loading branch information
Showing
4 changed files
with
163 additions
and
32 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters