Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
async
v0.2.0
Top Level Namespace
Async
AsyncException
CancelledError
Event
Status
Future
State
Queue
QueueEmptyError
QueueError
QueueFullError
UncaughtException
Built with Crystal 1.9.2
2023-10-08 14:39:09 UTC
class
Async::Event
Async::Event
Reference
Object
Defined in:
async/event.cr
Constructors
.new
Instance Method Summary
#clear
#set
#set?
#wait
#wait
(&block : -> U) forall U
#wait_sync
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
clear
#
[
View source
]
def
set
#
[
View source
]
def
set?
#
[
View source
]
def
wait
#
[
View source
]
def
wait
(&block : -> U) forall U
#
[
View source
]
def
wait_sync
#
[
View source
]