freebsd-ports/devel/libconcurrent/pkg-descr
Raphael Kubo da Costa fec1a96cbf New port: devel/libconcurrent.
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>
2016-03-03 10:21:30 +00:00

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/