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>
12 lines
487 B
Text
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
|