aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Thread-Queue-Duplex
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2008-05-23 21:18:39 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2008-05-23 21:18:39 +0000
commitf532e2405a86e1d06101e7f16d1a06c57c38f1e7 (patch)
tree493f4b8f11be6f9234c8929e9caa0a69d5907084 /devel/p5-Thread-Queue-Duplex
parent6d4aa839c8cdb87f7568725dc7b86a60214d87b7 (diff)
downloadports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.tar.gz
ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.zip
Notes
Diffstat (limited to 'devel/p5-Thread-Queue-Duplex')
-rw-r--r--devel/p5-Thread-Queue-Duplex/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Thread-Queue-Duplex/pkg-descr b/devel/p5-Thread-Queue-Duplex/pkg-descr
index a8d283196f93..ca837f1f1085 100644
--- a/devel/p5-Thread-Queue-Duplex/pkg-descr
+++ b/devel/p5-Thread-Queue-Duplex/pkg-descr
@@ -1,6 +1,6 @@
A mapped queue, similar to Thread::Queue, except that as elements
are queued, they are assigned unique identifiers, which are used
-to identify responses returned from the dequeueing thread. This
+to identify responses returned from the dequeuing thread. This
class provides a simple RPC-like mechanism between multiple client
and server threads, so that a single server thread can safely
multiplex requests from multiple client threads. Note that simplex