kyo-core
kyo-core
API
kyo
KyoApp
KyoApp
aborts
Abort
Aborts
Aborts
all
arrows
Arrows
clocks
Clock
default
Clock
Clocks
consoles
Console
default
Console
Consoles
core
Effect
Handler
Safepoint
Safepoint
envs
Envs
Envs
Let
frames
ios
IOs
Preempt
Preempt
lists
Lists
given_Handler_List_Lists
locals
Local
Locals
State
loggers
Loggers
options
Options
given_Handler_Option_Options
randoms
Random
default
Random
Randoms
resources
Resources
sums
Summer
Summer
Sums
Sums
DropDsl
tries
Tries
given_Handler_Try_Tries
kyo.concurrent
Access
adders
Adders
atomics
Atomics
channels
Channel
Channels
Blocking
Unbounded
fibers
Fibers
latches
Latch
Latches
meters
Meter
Meters
queues
Queues
timers
Timer
Timer
TimerTask
TimerTask
Timers
kyo-core
/
kyo.concurrent
/
channels
/
Channels
/
Unbounded
Unbounded
kyo.concurrent.channels$.Channels$.Unbounded
trait
Unbounded
[
T
]
extends
Channel
[
T
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Channel
[
T
]
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Abstract methods
def
offer
(
v
:
T
):
Boolean
>
IOs
def
poll
:
Option
[
T
]
>
IOs
def
put
(
v
:
T
):
Unit
>
IOs
Inherited methods
def
isEmpty
:
Boolean
>
IOs
Attributes
Inherited from:
Channel
def
isFull
:
Boolean
>
IOs
Attributes
Inherited from:
Channel
def
size
:
Int
>
IOs
Attributes
Inherited from:
Channel