-
- All Implemented Interfaces:
public final class HotLaunchKt
-
-
Method Summary
Modifier and Type Method Description final static HotLaunchhotLaunch(Map<String, Job> map)Create a new HotLaunch object final static JoblaunchHot(CoroutineScope $self, String key, CoroutineContext context, CoroutineStart start, SuspendFunction1<CoroutineScope, Unit> block)Hot-launch coroutine by unique key -
-
Method Detail
-
launchHot
final static Job launchHot(CoroutineScope $self, String key, CoroutineContext context, CoroutineStart start, SuspendFunction1<CoroutineScope, Unit> block)
Hot-launch coroutine by unique key
- Parameters:
key- unique key to use hot-invoke a coroutine.context- to use CoroutineScope#launchstart- to use CoroutineScope#launchblock- to use CoroutineScope#launch
-
-
-
-