usagi
0.0.4-SNAPSHOT
common
usagi
/
dimensional.usagi.channel
Package-level
declarations
Types
Functions
Properties
Types
Base
Channel
Link copied to clipboard
abstract
class
BaseChannel
(
val
connection
:
Connection
,
val
id
:
Int
)
Channel
Link copied to clipboard
class
Channel
(
val
connection
:
Connection
,
val
id
:
Int
)
:
BaseChannel
Channel
Manager
Link copied to clipboard
class
ChannelManager
(
connection
:
Connection
)
Functions
on
Link copied to clipboard
inline
fun
<
E
:
ChannelEvent
>
Channel
.
on
(
scope
:
CoroutineScope
=
this.scope
,
noinline
block
:
suspend
E
.
(
)
->
Unit
)
:
Job
Properties
on
Log
Link copied to clipboard
val
onLog
:
KLogger