Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
syn
v0.2.0
Syn
ConditionVariable
Core
AtomicLock
ConditionVariable
Future
State
Lockable
Mutex
Type
Once
SpinLock
WaitGroup
WaitList
Iterator
Error
FailedError
Future
Mutex
Pool
RWLock
TimeoutError
WaitGroup
Built with Crystal 1.9.2
2023-10-08 13:03:03 UTC
struct
Syn::Core::WaitList::Iterator
Syn::Core::WaitList::Iterator
Struct
Value
Object
Defined in:
core/wait_list.cr
Constructors
.new
(head : Fiber | Nil)
Instance Method Summary
#each
(& : Fiber -> ) : Nil
Constructor Detail
def self.
new
(head : Fiber | Nil)
#
[
View source
]
Instance Method Detail
def
each
(& : Fiber -> ) : Nil
#
[
View source
]