status-im / nim-chronos

Chronos - An efficient library for asynchronous programming
https://status-im.github.io/nim-chronos/docs/chronos
Apache License 2.0
353 stars 51 forks source link

Fix `async` `proc` types & small cleanups #347

Closed Menduist closed 1 year ago

Menduist commented 1 year ago

Fix RetVoidType = proc(n: int) {.async.} from #346

Extract cleaner baseType computation from #251