aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-vine/pkg/DESCR
diff options
context:
space:
mode:
authorla-ninpre <aaoth@aaoth.xyz>2023-05-03 22:32:18 +0300
committerla-ninpre <aaoth@aaoth.xyz>2023-05-03 22:32:18 +0300
commit8ac11058a60f683cb53e2b3114a29e4be87f258b (patch)
treeae892d242a73f1398cbcb55789d913562738db84 /devel/py-vine/pkg/DESCR
parentbcd8472564a96dbd4c73f530cb2fa5b3db09bb56 (diff)
downloadports-8ac11058a60f683cb53e2b3114a29e4be87f258b.tar.gz
ports-8ac11058a60f683cb53e2b3114a29e4be87f258b.zip
devel/py-vine: add 5.0.0
Diffstat (limited to 'devel/py-vine/pkg/DESCR')
-rw-r--r--devel/py-vine/pkg/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-vine/pkg/DESCR b/devel/py-vine/pkg/DESCR
new file mode 100644
index 0000000..b863bdf
--- /dev/null
+++ b/devel/py-vine/pkg/DESCR
@@ -0,0 +1,4 @@
+Special implementation of promises in that it can be used both for
+promise of a value and lazy evaluation. The biggest upside for this
+is that everything in a promise can also be a promise, e.g. filters,
+callbacks and errbacks can all be promises.