NextFTC Suite
Toggle table of contents
0.1.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
NextFTC Suite
NextFTC Hardware
/
dev.nextftc.hardware.util
/
EventLoop
/
bind
bind
fun
bind
(
action
:
Runnable
)
Binds a new action to be executed every time the loop is polled.
Parameters
action
The action to run.