duckstax / actor-zeta

Library that provides an actor style message-passing programming model (in C++).
BSD 3-Clause "New" or "Revised" License
64 stars 9 forks source link

executor redesign #108

Closed kotbegemot closed 2 years ago

kotbegemot commented 2 years ago

The first stage of support for coroutines from C++ 20(#99) and fibers (C++11/14/17). Updating components of executor. The executor will later redo the scheduler. Creating test tools.