This website requires JavaScript.
Explore
Help
Sign In
mirror
/
evio
mirror of
https://github.com/tidwall/evio.git
Watch
1
Star
0
Fork
You've already forked evio
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b353be3a76
evio
/
vendor
/
.stub
1 line
16 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added multithreaded support 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.
2018-05-24 02:49:45 +03:00
// DO NOT REMOVE