Daily Shaarli

All links of one day in a single page.

January 23, 2020

Notes on structured concurrency, or: Go statement considered harmful — njs blog

The author of Trio (Python concurrency library) explains their concept of lexically-structured concurrency

Coroutines in C

Coroutines in C using Duff's device. See also protothreads:

http://dunkels.com/adam/pt/

libdill: Structured Concurrency for C

This looks like an interesting C library for cancel-able, implicitly yielded coroutines.

https://github.com/sustrik/libdill