mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
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/
|