fec1a96cbf
Tiny asymmetric-coroutine library: - generator bidirectional communication with yield_value/resume_value - native context switch - C11 WWW: https://github.com/sharow/libconcurrent/ PR: 207669 Submitted by: Tobias Kortkamp <t@tobik.me>
6 lines
182 B
Text
6 lines
182 B
Text
Tiny asymmetric-coroutine library:
|
|
- generator bidirectional communication with yield_value/resume_value
|
|
- native context switch
|
|
- C11
|
|
|
|
WWW: https://github.com/sharow/libconcurrent/
|