MatrixAI/js-async-init
Asynchronous initialization and deinitialization decorators for JavaScript/TypeScript applications
TypeScriptApache-2.0
Issues
- 6
Exceptions should be passed as a class, and not an instance in order to simplify error stack trace
#22 opened by CMCDragonkai - 3
The `ready` decorator should be capable of decorating regular functions returning promises, generators or async generators
#21 opened by CMCDragonkai - 5
Async creation function requires the usage of `new this()` not `new ClassName()`
#25 opened by CMCDragonkai - 1
Allow ready decorator to opt in to being callable with allowed status "exceptions"
#7 opened by CMCDragonkai - 2
- 1
Upgrade Mutex to RWLock to enable `ready(undefined, true);` to mean blocking async operation
#4 opened by CMCDragonkai - 6