diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-06-01 09:42:37 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-06-01 09:42:37 +0000 |
commit | a249020977a2394eb6f6b41a59e49167878d5f8d (patch) | |
tree | 5d607d247327f1beb39661a2ddfb9b78f6f2cd45 /devel/pth | |
parent | 75ef30fdb03f8f8cf0ccf2ea00b086adac621054 (diff) | |
download | ports-a249020977a2394eb6f6b41a59e49167878d5f8d.tar.gz ports-a249020977a2394eb6f6b41a59e49167878d5f8d.zip |
Notes
Diffstat (limited to 'devel/pth')
-rw-r--r-- | devel/pth/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pth/pkg-descr b/devel/pth/pkg-descr index c1d7eba52399..7114ecd6ee6a 100644 --- a/devel/pth/pkg-descr +++ b/devel/pth/pkg-descr @@ -13,7 +13,7 @@ threads are managed by a priority- and event-based non-preemptive scheduler. The intention is that this way one can achieve better portability and run-time performance than with preemptive scheduling. The event facility allows threads to wait until various types of events -occur, including pending I/O on filedescriptors, asynchronous signals, +occur, including pending I/O on file descriptors, asynchronous signals, elapsed timers, pending I/O on message ports, thread and process termination, and even customized callback functions. |