SN Systems Tech Blog

Filter:

    Coroutines and C++ DSLs for Human Scale Concurrency

    ARTICLE BY: Dominic Robinson
    POSTED: Jun 12, 2017
    TAGS: ACCU 2017, C++ coroutines

    C++ coroutines have not yet been standardised, but are available today in Visual Studio 2015 (coming soon to clang/llvm) in the form of the stackless coroutines/resumable functions presented at CppCon2016. This session will look beyond the canonical examples of generators and asynchronous IO to see if coroutines can be leveraged in the pursuit of C++ DSLs to make concurrency easier to work with for humans - "Concurrency at Human Scale".

    READ THE WHOLE POST