Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.21 KB

README.md

File metadata and controls

53 lines (40 loc) · 1.21 KB

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