mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +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>
6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
include/pcl.h
|
|
lib/libpcl.a
|
|
lib/libpcl.la
|
|
lib/libpcl.so
|
|
lib/libpcl.so.1
|