Source
Edit
Implements the async and multisync macros for asyncdispatch.
macro multisync(prc: untyped): untyped
-
Macro which processes async procedures into both asynchronous and synchronous procedures.
The generated async procedures use the async macro, whereas the generated synchronous procedures simply strip off the await calls.
Source
Edit