Skip to content

alice39/taskio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taskio

Taskio is an ongoing project, aiming to be an asynchronous runtime library for C11, providing utilities for building asynchronous applications, and inspired by Tokio.

Features

Platform Support

Platform Windows Linux MacOS
Support

Runtime

  • Single Threaded:
  • Multi-Threaded:
  • RNG:
  • Hashed Timing Wheel

Task

  • Awaitable:
  • Abortable:

Time

  • Sleep
  • Timeout
  • Interval

Synchronization Primitives

  • Semaphore:
  • Mutex:
  • RwLock:
  • Notify:
  • Barrier:
  • OneShot Channel:
  • Multi-Producer Single Consumer Channel:
  • Broadcast Channel:
  • Watch Channel:

File System

  • Read:
  • Write:

Network

  • TCP:
  • UDP:

License

Taskio is distributed under the MIT License.

Acknowledgements

About

Asynchronous runtime for C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published