Rachel
Toggle table of contents
3.6.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.foundation.startup
/
love.yinlin.foundation
/
StartupPool
/
sync
sync
inline
fun
sync
(
id
:
String
=
Uuid.generateV7().toString()
,
dependencies
:
List
<
String
>
=
emptyList()
,
crossinline
block
:
(
)
->
Unit
)
:
StartupDelegate
<
Startup
>