| Name: | pcllib |
|---|---|
| Version: | 1.12 |
| Release: | 13.el8 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 88050 |
| License: | GPLv2+ |
| RPM: | pcllib-1.12-13.el8.aarch64.rpm |
| Source RPM: | pcllib-1.12-13.el8.src.rpm |
| Build Date: | Wed Dec 11 2019 |
| Build Host: | ca-arm-jenkins-builder-01 |
| Vendor: | Oracle America |
| URL: | http://xmailserver.org/libpcl.html |
| Summary: | Portable Coroutine Library (PCL) |
| Description: | The Portable Co-routine Library (PCL) implements the low level functionality for co-routines in C. Co-routines are a very simple cooperative multitasking environment where the switch from one task to another is done explicitly by a function call. Co-routines are a lot faster and require much less OS resources than processes or threads. |