about summary refs log tree commit diff stats
path: root/src/io/promise.nim
Commit message (Collapse)AuthorAgeFilesLines
* Async resource loading, exception handling fixesbptato2023-05-141-0/+19
|
* promise: set get, cb, next to nil after then is calledbptato2023-01-041-7/+5
| | | | | | Actually we don't even need a state variable, just set cb to nil when resolving. (I'm sure this is a great idea that will absolutely not backfire in the future.)
* Add promise support to JSbptato2022-12-311-0/+107