summary refs log tree commit diff stats
path: root/lib/pure/async.nim
blob: 97b29f81d2b805b3265ecfa7c481930f6c4f949c (plain) (blame)
1
2
3
4
5
6
when defined(js):
    import asyncjs
    export asyncjs
else:
    import asyncmacro, asyncfutures
    export asyncmacro, asyncfutures