Skip to content

An example async executor that uses mio to respond to OS events

Notifications You must be signed in to change notification settings

tweedegolf/mio-async-executor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mio async executor

An example async reactor that uses mio to await OS events.

Most examples don't actually show how to respond to real events like a socket becoming readable or writable. Mature executors are complex and it is hard to see the essence. This example shows the whole setup in ~250 lines. It is still an example, so simplicity has been chosen over performance in some cases.

Funders

This project is funded by the NLnet Foundation.

Logo NLnet

About

An example async executor that uses mio to respond to OS events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages