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