module Cl::Async

Defined in:

async/dsl.cr
async/job.cr
async/linked_list.cr
async/spawner.cr
async/threading.cr

Instance Method Summary

Instance Method Detail

def every(delay : Time::Span, name : String | Nil = nil, &proc) #

[View source]
def wait(fibers : Enumerable(Object)) #

[View source]
def wait(*fibers : Fiber) #

[View source]