Skip to content

Simple worker running on top of Mio that can handle messages, timeouts and IO.

License

Notifications You must be signed in to change notification settings

appsignal/mio-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mio Worker

Simple worker running on of Mio that can:

  • Receive messages
  • Schedule and run timeouts
  • Handle IO

Useful if you want to combine these three things in a loop that's running in a single thread. Inspired on the design of Mio 0.5.

Testing

It can be useful to view the trace level logs when running the tests:

RUST_LOG=trace cargo test -- --nocapture

About

Simple worker running on top of Mio that can handle messages, timeouts and IO.

Topics

Resources

License

Stars

Watchers

Forks

Languages