Package 

Class HotLaunchKt

  • All Implemented Interfaces:

    
    public final class HotLaunchKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static HotLaunch hotLaunch(Map<String, Job> map) Create a new HotLaunch object
      final static Job launchHot(CoroutineScope $self, String key, CoroutineContext context, CoroutineStart start, SuspendFunction1<CoroutineScope, Unit> block) Hot-launch coroutine by unique key
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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#launch
        start - to use CoroutineScope#launch
        block - to use CoroutineScope#launch