aboutsummaryrefslogtreecommitdiff
path: root/devel/pcl/pkg-descr
blob: 6de23674513ce5c4381cfa26121785d75fefe18d (plain) (blame)
1
2
3
4
5
6
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.