async 0.2.2
- Re-generate documentation for R-devel
async 0.2.1
Fixes:
- Namespacing issue in test vs check
async 0.2
Changes:
- Generators and asyncs work in a localy created scope.
tryCatch for error handling
split_pipes helps use await in
pipelines
- Cranwhales Shiny app demo
trace option for logging of async operations
pausables lists all pausable functions
delay for sleeping an async
async 0.1
Changes:
- Rename from “generators” to “async”
- Async/await blocks implementing the promise interface
- Performance improvements from building the call graph ahead of
time
generators 0.0.0.9000