renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-core
/
renetik.android.core.java.util.concurrent
/
background
background
inline
fun
ScheduledExecutorService
.
background
(
delay
:
Long
=
0
,
@
WorkerThread
crossinline
function
:
(
)
->
Unit
)
:
ScheduledFuture
<
*
>