toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure.event
/
BaseEventLoop
Base
Event
Loop
abstract
class
BaseEventLoop
:
EventLoop
,
Pauseable
Inheritors
SyncEventLoop
JsEventLoop
Members
Members & Extensions
Constructors
Base
Event
Loop
Link copied to clipboard
constructor
(
)
Properties
paused
Link copied to clipboard
abstract
var
paused
:
Boolean
run
Lock
Link copied to clipboard
val
runLock
:
Lock
Functions
close
Link copied to clipboard
expect
abstract
fun
close
(
)
pause
Link copied to clipboard
fun
Pauseable
.
pause
(
)
resume
Link copied to clipboard
fun
Pauseable
.
resume
(
)
set
Immediate
Link copied to clipboard
abstract
fun
setImmediate
(
task
:
(
)
->
Unit
)
set
Interval
Link copied to clipboard
abstract
fun
setInterval
(
time
:
TimeSpan
,
task
:
(
)
->
Unit
)
:
Closeable
set
Interval
Link copied to clipboard
fun
EventLoop
.
setInterval
(
time
:
Frequency
,
task
:
(
)
->
Unit
)
:
Closeable
set
Interval
Frame
Link copied to clipboard
open
fun
setIntervalFrame
(
task
:
(
)
->
Unit
)
:
Closeable
set
Timeout
Link copied to clipboard
abstract
fun
setTimeout
(
time
:
TimeSpan
,
task
:
(
)
->
Unit
)
:
Closeable