Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
wait_group
master
WaitGroup
Built with Crystal 1.9.2
2023-10-08 14:16:19 UTC
class
WaitGroup
WaitGroup
Reference
Object
Defined in:
wait_group.cr
Instance Method Summary
#add
(n : Int =
1
) : Nil
#done
(n : Int =
1
) : Nil
#wait
Instance Method Detail
def
add
(n : Int =
1
) : Nil
#
[
View source
]
def
done
(n : Int =
1
) : Nil
#
[
View source
]
def
wait
#
[
View source
]