async call should use safe_fulfill instead of fulfill
Moved to https://github.com/apnadkarni/tcl-promise/issues/1
Return dictionary for on_fulfill and on_reject
Moved to https://github.com/apnadkarni/tcl-promise/issues/2
Tcl 9 compatibility
async call should use safe_fulfill instead of fulfill
Return dictionary for on_fulfill and on_reject
Update doc generation for ruff 2.0. No code changes
Fix minor typos and comments
Add install command to script.
Minor edits.
Reimplement all to track promises in parallel and settle immediately on any rejection
Added eventloop command, bump to V1.1.0
Fixed async/await namespace contexts and added docs.
Added async_{fulfill,reject,chain} and fixed preject
Initial async tests.
Added async/await
Use explicit argument names for better error messages from async.
Finished async/await tests
Fix ptask and pworket to handle TCL_RETURN code...
Fix link to blog
Change reject to take two parameters. Bump to 1...
Fix for fix for all garbage collection
Fix garbage collection for all command
Basic then tests
Ensure -level passed to bgerror is 0
Finished up with basic tests
Reworked reject arguments
Fix then method reject registration.
Rework garbage handling and bgerror of rejections.
Queue bgerror and collect garbage on rejection ...
Tests for all and race
Changed structure of reject values
Added pfulfilled and prejected
Add .hg*, start on tests, change build target
p* wrapper command tests
Remove dead code
Some rearrangement of topics
Reworked reactions and garbage collection
Fix safe_* arg name use
Added finally method
User term reaction instead of callback/handler
finally -> cleanup
Move documentation to separate file
Completed docs for a 1.0a0 release. Bump versio...
Some more docs
Add safe_fulfill, safe_reject, remove _settle
Almost done with docs. Rename resolve_with_prom...
Document p* wrappers. Rename resolve method to ...
Bunch of documentation comments
version and distro for standalone script
Added alln
Rename file
GC of promises
Add license. Bump to 0.2
First check-in from blog posting