AwaitAsync::Helper
Instance methods
Iterate through all the future and await for them.
Await a future to resolve, or throw MiniFuture::TimeoutException
otherwise.
Iterate through all the future and await for them.
Macros
async(method)
Ask Crystal to run this method asynchronously in its own fiber.
NOTE: The fiber won't be started after creation.
async
Sourceasync!
Source