summaryrefslogtreecommitdiff
path: root/devel/p5-Coro/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Coro/DESCR')
-rw-r--r--devel/p5-Coro/DESCR7
1 files changed, 0 insertions, 7 deletions
diff --git a/devel/p5-Coro/DESCR b/devel/p5-Coro/DESCR
deleted file mode 100644
index 0dbe287ffbc..00000000000
--- a/devel/p5-Coro/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-The Perl 5 module collection Coro manages continuations in general,
-most often in the form of cooperative threads.The specific flavor
-of thread offered by this module also guarantees you that it will
-not switch between threads unless necessary, at easily-identified
-points in your program, so locking and parallel access are rarely
-an issue, making thread programming much safer and easier than using
-other thread models.