Skip to content

[0] event loop is a simple server which implement by linux select/poll function, [1] event loop implement standard API for handle remote socket event (connect/disconnect/...) [2] event loop listen socket fd happening, use proc callback function handle event.

License

Notifications You must be signed in to change notification settings

cuibixiong/event-loop-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[0] event loop is a simple server which implement by linux select/poll function, [1] event loop implement standard API for handle remote socket event (connect/disconnect/...) [2] event loop listen socket fd happening, use proc callback function handle event.

About

[0] event loop is a simple server which implement by linux select/poll function, [1] event loop implement standard API for handle remote socket event (connect/disconnect/...) [2] event loop listen socket fd happening, use proc callback function handle event.

Resources

License

Stars

Watchers

Forks

Packages

No packages published