forked from tokio-rs/mio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mio_unsupported_force_waker_pipe cfg flag
This, unsupported, flag forces the Waker implementation to use the pipe implementation. This is required because some SGX runtimes like gramine do not have a secure emulation of the `eventfd` syscall, compiling with this flag will produce a more secure SGX application. See also: https://gramine.readthedocs.io/en/stable/manifest-syntax.html#allowing-eventfd Co-authored-by: Thomas de Zeeuw <[email protected]>
- Loading branch information
1 parent
2f61857
commit ec0776f
Showing
1 changed file
with
28 additions
and
14 deletions.
There are no files selected for viewing
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