Categories
libpcl
'libpcl' is a Portable Coroutine Library implementation written in ANSI C. Coroutines can be used to implement cooperative threading among many tasks without overloading the OS with threads/processes. Since context switch between coroutines is very fast, certain applications might have performance gain in using this type of threading. It can use either the ucontext.h functionalities ( getcontext()/makecontest()/swapcontext() ) or the standard longjmp()/setjmp().
Last updated 9 Feb, 2005
Versions
1.4
1.4 beta released 2005-02-09
- Released: 9 Feb, 2005
- Code Maturity: Beta
- Source Archive: http://www.xmailserver.org/libpcl-1.4.tar.gz
- Licenses: GPLv2orlater
- Interfaces: Library
User Community and Support
User manpage available in HTML, txt, PostScript formats from http://www.xmailserver.org/libpcl.html




