Skip to content

Encapsulation interface of epoll and kqueue and select.

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license.txt
Notifications You must be signed in to change notification settings

ryanliang000/xevent

Repository files navigation

xevent

Using reactor mode. Encapsulation interface of epoll and kqueue and select.

  • epoll for linux

  • kqueue for mac os

  • select for windows

main public function

  • initxevent

  • regxevent

  • unregxevent

  • dispatchxevent

there is an example of the interface using

in file test.c

About

Encapsulation interface of epoll and kqueue and select.

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages