-
- All Implemented Interfaces:
public final class HotLaunchKt
-
-
Method Summary
Modifier and Type Method Description final static HotLaunchhotLaunch(Map<String, <ERROR CLASS>> map)Create a new HotLaunch object final static <ERROR CLASS>,String,CoroutineContext,,SuspendFunction1)>launchHot (<ERROR CLASS> $self, String key, CoroutineContext context, <ERROR CLASS> start, SuspendFunction1<<ERROR CLASS>, Unit> block)Hot-launch coroutine by unique key -
-
Method Detail
-
hotLaunch
final static HotLaunch hotLaunch(Map<String, <ERROR CLASS>> map)
Create a new HotLaunch object
-
launchHot
final static <ERROR CLASS> ,String,CoroutineContext,
,SuspendFunction1)>launchHot (<ERROR CLASS> $self, String key, CoroutineContext context, <ERROR CLASS> start, SuspendFunction1<<ERROR CLASS>, 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
-
-
-
-