Releases: jizhuozhi/go-future
Releases · jizhuozhi/go-future
v0.1.5
What's Changed
- feat: support setting custom Async executor by @jizhuozhi in #5
- Add DAG Execution Engine (
dagcore
) and Type-Driven Builder Frontend (dagfunc
) by @jizhuozhi in #6 - feat: Add async methods for dagcore and dagfunc by @jizhuozhi in #7
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- feat: support ctx argument in Async
- fix: reorder fields to make sure atomic access always aligned
- fix: use execOnce instead of busy-loop to reduce high CPU usage
- feat: Add 'of' method to support diverse parameter types in 'Then' function by @chyroc in #2
New Contributors
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Full Changelog: v0.1.2...v0.1.3