Actions
Feature #156
closedadding Coroutines to BlackBox
Start date:
03/21/2017
Due date:
% Done:
0%
Estimated time:
Forum topic:
Description
It is proposed to add Coroutines to BlackBox. Even if coroutines are not as powerful as threads, they can for example simplify writing of long-running background tasks considerably.
A first inspiration can be found in the CPC package named 'Co_' by Dmitry V.Dagaev, 2014-03-28. This package is based on Windows fibers. It has, however, a rather complex programming interface and is not integrated with the garbage collector and other Kernel services.
Proposed by J. Templ, 2017-03-21.
Actions