|
|
|
|
|
by jupp0r
1948 days ago
|
|
Keep in mind that these is a really basic building block where you can bring your own runtime and hook coroutines into it, not something that is at all usable out of the box. This is exacerbated by the fact that the C++ standard library is still lacking support for non-blocking futures/promises and queued thread pools to run them. To see how it can be used for actual asynchronous operations on a thread pool, take a look at asyncly, which I co-authored: https://github.com/LogMeIn/asyncly/blob/master/Test/Unit/fut... |
|