freebsd-ports/devel/libconcurrent/pkg-plist
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

12 lines
487 B
Text

include/concurrent/concurrent.h
include/concurrent/shortname.h
lib/libconcurrent.a
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/accumulator.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/concurrent_sort1.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coroutine1.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/coroutine2.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/float1.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/float2.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/makefile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/many_context1.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/time_slice1.c