summaryrefslogtreecommitdiff
path: root/devel/py-wait-for2/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-wait-for2/pkg-descr')
-rw-r--r--devel/py-wait-for2/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-wait-for2/pkg-descr b/devel/py-wait-for2/pkg-descr
new file mode 100644
index 000000000000..bf3aa0286dfd
--- /dev/null
+++ b/devel/py-wait-for2/pkg-descr
@@ -0,0 +1,4 @@
+wait_for2 is an alternate implementation of asyncio.wait_for(). It
+handles several edge cases like simultaneous cancellation of wait
+and completion of future differently and consistently across Python
+versions 3.7+.