aboutsummaryrefslogtreecommitdiffstats
path: root/tests/core/async
Commit message (Collapse)AuthorAgeFilesLines
* chore: further decouple module structure (#685)William Boman2022-05-111-163/+0
|
* fix(async): slightly better support for nested coroutine contexts (#600)William Boman2022-04-161-7/+13
| | | | | | | | | * fix(async): only dispatch first failure in a.wait_all * add InstallContext:run_concurrently This is needed due to how multiple coroutine contexts are used in a hierchical structure, and the async coroutine dispatcher loses this hierchical context inside callback functions invoked via FFI (I… assume?).
* feat(async): add a.wait_all (#596)William Boman2022-04-131-4/+29
|
* make install context available via coroutine context (#586)William Boman2022-04-111-0/+9
|
* add async managers (#536)William Boman2022-03-262-49/+17
|
* feat(async): allow for a.promisify to reject (#557)William Boman2022-03-231-0/+12
|
* run server installation in async execution context (#525)William Boman2022-03-062-0/+143