Skip to content

vjancik/mio_playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mio_playground

Exploratory project to determine pure mio (as opposed to tokio) runtime viability for larger scale projects.

Design decisions

  • Event sources aren't registered across threads after the runtime starts.
  • Thread data is thread local after the runtime starts.

About

Implementing a timed event runtime using mio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages