mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
d5a123599f
functionality for coroutines. For a definition of the term coroutine see The Art of Computer Programming by Donald E. Knuth. Coroutines are a very simple cooperative multitasking environment where the switch from one task to another is done explicitly by a function call. WWW: http://www.xmailserver.org/libpcl.html PR: 128066 Submitted by: Manuel Giraud <manuel dot giraud at gmail dot com>
9 lines
379 B
Plaintext
9 lines
379 B
Plaintext
The Portable Coroutine Library (PCL) implements the low level
|
|
functionality for coroutines. For a definition of the term coroutine
|
|
see The Art of Computer Programming by Donald E. Knuth. Coroutines
|
|
are a very simple cooperative multitasking environment where the
|
|
switch from one task to another is done explicitly by a function
|
|
call.
|
|
|
|
WWW: http://www.xmailserver.org/libpcl.html
|