-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
breaking: Extract the Events struct and make the Event struct opaque
* Add better documentation for the IOCP module * Extract Events from Poller This prevents the need to have an intermediate buffer to read events from, reducing the need for an allocation and a copy. This is a breaking change. * Add event extra information Foundation for more details later on. * Add PRI and HUP events * Fix various failing tests - Make sure that waitable handles interact properly with the new infrastructure - Fix failing doctests * Review comments - Make set_* take a boolean for the value of the flag - Make Events !Sync - Fix visibility modifiers - Inline more methods - Use a better strategy for testing * Move completion packets into the Events buffer This removes one of the mutexes that we have to lock. * Review comments Signed-off-by: John Nunley <dev@notgull.net>
- Loading branch information
Showing
20 changed files
with
878 additions
and
160 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
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
Oops, something went wrong.