/coop-tasks

Cooperative task system

Primary LanguageC

C library for concurrency task system

Introduction

This is the ...

Concept

  • task control block support. (name, and more)
  • suspend / resume support.
  • thread pool support.
  • channel support. (inter task communication)
  • stack tracing support. (maybe)

Dependencies

  • C11.
  • Posix threads.

Reference