Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 370 Bytes

File metadata and controls

18 lines (11 loc) · 370 Bytes

tasksys

Welcome to tasksys, Coroutine-based async/await with customizable job system for modern C++ (C++23)

Dependency

  • No dependency other than STL

Progress

  • Implement basic Job-system
  • Implement coroutine-base task class
  • Create built-in IO-related awaitables

Test

You can run tests with tasksys.test powered by GoogleTest.