Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
writeopia_ui
/
io.writeopia.ui.manager
/
EventBuffer
Event
Buffer
class
EventBuffer
<
T
>
(
scope
:
CoroutineScope
,
intervalMs
:
Long
=
5
)
Members
Constructors
Event
Buffer
Link copied to clipboard
constructor
(
scope
:
CoroutineScope
,
intervalMs
:
Long
=
5
)
Properties
events
Link copied to clipboard
val
events
:
Flow
<
T
>
Functions
send
Link copied to clipboard
fun
send
(
event
:
T
)