K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2008-10-13T19:49:50.000000Z K 7 svn:log V 457 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 PR: 128066 Submitted by: Manuel Giraud END