Skip to content

Proof-of-concept asyncio loop implementation atop linux io_uring API

License

Notifications You must be signed in to change notification settings

versusvoid/toy-urloop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toy urloop

Minimal (inefficient) implementation of asyncio event loop using Linux io_uring API. Adds basic support for asynchronous file I/O (open, read, close).

About

Proof-of-concept asyncio loop implementation atop linux io_uring API

Topics

Resources

License

Stars

Watchers

Forks

Languages