StreamPack
Toggle table of contents
3.1.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.pipelines.utils
/
HandlerThreadExecutor
Handler
Thread
Executor
class
HandlerThreadExecutor
(
name
:
String
,
priority
:
Int
)
:
Executor
(
source
)
Helper class that wraps a Handler/HandlerThread combination and implements the
Executor
interface
Members
Constructors
Handler
Thread
Executor
Link copied to clipboard
constructor
(
name
:
String
,
priority
:
Int
)
Properties
handler
Link copied to clipboard
val
handler
:
Handler
Functions
execute
Link copied to clipboard
open
override
fun
execute
(
runnable
:
Runnable
?
)
post
Link copied to clipboard
fun
post
(
runnable
:
Runnable
)
post
Delayed
Link copied to clipboard
fun
postDelayed
(
runnable
:
Runnable
,
delayMillis
:
Long
)
quit
Link copied to clipboard
fun
quit
(
)
remove
Callbacks
Link copied to clipboard
fun
removeCallbacks
(
runnable
:
Runnable
)
remove
Callbacks
And
Messages
Link copied to clipboard
fun
removeCallbacksAndMessages
(
token
:
Any
)