Skip to content

conradludgate/what-the-async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

what-the-async

This is an async runtime following the executor-reactor model.

Executors are incharge with polling tasks and spawning futures. They provide the contexts that let tasks be woken up correctly.

Reactors handle side effects, like OS events or timers. Leaf futures will put their wakers onto the reactor, in order to wake up when the resources are ready

Hyper is a runtime agnostic HTTP implementation. This means it can work with this executor/reactor combo

About

Simple async reactor and executor for rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages