core / pragma.jobs / BackgroundManager / createChild /
createChild #
abstract fun createChild(childName: String): BackgroundManager
Creates a new BackgroundManager that is a child of this BackgroundManager.
Shutting the parent down will also shut down the children. However, shutting down a child will not affect the parent.
Parameters #
childName | The coroutineName of the new BackgroundManager. |