forked from tidwall/evio
-
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.
It's now possible to fire up multiple event loops in separate goroutines. All that's needed is to set the `events.NumLoops` options before calling `Serve`. There are a few breaking API changes. - The events pass an evio.Conn param that represents the unique incoming socket connection. - Prewrite and Postwrite events have been removed. - Wake and Dial functions have been removed. - The Transform utility has been removed. The older version has been tagged as `v0.1.0` for vendoring purposes.
- Loading branch information
Showing
21 changed files
with
1,529 additions
and
2,641 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
Oops, something went wrong.