Skip to content

Tags: tidwall/evio

Tags

v1.0.8

Update dependencies

v1.0.7

Add a deadline for epollwait

v1.0.6

Fix tick event consuming 100% CPU

fixes #61

v1.0.5

Avoid allocation

v1.0.4

Reuse connection output page

Avoid the extra allocations for every Data event by hanging onto
the existing connection page when possible.

v1.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #57 from coyove/coyove/fixendian

Fix Poll.Trigger byte order bug under linux

v1.0.2

Fix for linux/arm64

v1.0.1

Fixed hang on detach closed

v1.0.0

Added Wake to connection

v0.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #17 from kevwan/patch-1

Update evio_loop.go