StreamPack
Toggle table of contents
3.0.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.pipelines.utils
/
HandlerThreadExecutor
Handler
Thread
Executor
class
HandlerThreadExecutor
(
name
:
String
,
priority
:
Int
)
:
Executor
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
:
<Error class: unknown class>
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
)