| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: further decouple module structure (#685) | William Boman | 2022-05-11 | 1 | -163/+0 |
| | | |||||
| * | fix(async): slightly better support for nested coroutine contexts (#600) | William Boman | 2022-04-16 | 1 | -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 Boman | 2022-04-13 | 1 | -4/+29 |
| | | |||||
| * | make install context available via coroutine context (#586) | William Boman | 2022-04-11 | 1 | -0/+9 |
| | | |||||
| * | add async managers (#536) | William Boman | 2022-03-26 | 2 | -49/+17 |
| | | |||||
| * | feat(async): allow for a.promisify to reject (#557) | William Boman | 2022-03-23 | 1 | -0/+12 |
| | | |||||
| * | run server installation in async execution context (#525) | William Boman | 2022-03-06 | 2 | -0/+143 |
