Channel
in
Tags
Table of Contents
Methods
- close() : void
- isClosed() : bool
- pop() : T|null
- push() : bool
- size() : int
Methods
close()
public
close() : void
isClosed()
public
isClosed() : bool
Return values
boolpop()
public
pop(Duration $timeout) : T|null
Parameters
- $timeout : Duration
Return values
T|nullpush()
public
push(T $item) : bool
Parameters
- $item : T
Return values
boolsize()
public
size() : int