Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
concurrent
v0.5.0
Array
Channel
Concurrent
CountDownLatch
Error
CountExceeded
Internal
CyclicBarrier
Error
Broken
Semaphore
Stream
Base
NilBlock
Batch
Destination
Error
Misuse
ErrorHandling
Errors
Map
Run
Scope
Select
SendRecv
Serial
Source
Tee
Wait
Enumerable
Built with Crystal 1.9.2
2023-10-08 08:07:00 UTC
struct
Concurrent::Wait
Concurrent::Wait
Struct
Value
Object
Overview
Lower resource version of CountDownLatch. SWMR.
Defined in:
concurrent/wait.cr
Constructors
.new
Instance Method Summary
#done
: Nil
#error
(ex : Exception) : Nil
#initialize
#wait
: Nil
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
done
: Nil
#
[
View source
]
def
error
(ex : Exception) : Nil
#
[
View source
]
def
initialize
#
[
View source
]
def
wait
: Nil
#
[
View source
]