diff options
author | Jeff Parent <jeff+SBo@sh0.xyz> | 2020-09-26 07:20:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-26 16:10:56 +0700 |
commit | 19f0a2f760e634ce7b7d2d7d3e8a0493b572432e (patch) | |
tree | d1878fa704b6d995ac2e7781b69b09fd26774b29 /libraries/tcl-promise/README | |
parent | a2b590d7d6e0ea8e39590a2696cd15bb8caf015d (diff) | |
download | slackbuilds-19f0a2f760e634ce7b7d2d7d3e8a0493b572432e.tar.gz |
libraries/tcl-promise: Added (A promise/future lib for tcl)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/tcl-promise/README')
-rw-r--r-- | libraries/tcl-promise/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/tcl-promise/README b/libraries/tcl-promise/README new file mode 100644 index 0000000000..9f2d5439be --- /dev/null +++ b/libraries/tcl-promise/README @@ -0,0 +1,2 @@ +tcl-promise implements the 'promise' abstraction for asynchronous +programming. |