Object AppScope
-
- All Implemented Interfaces:
public class AppScopeCo-routine stuff for the async functions,
-
-
Method Summary
Modifier and Type Method Description final JobscheduleWithFixedDelay(Duration initialDelay, Duration delayPeriod, Function0<Unit> block)final CoroutineScopegetAppScope()-
-
Method Detail
-
scheduleWithFixedDelay
final Job scheduleWithFixedDelay(Duration initialDelay, Duration delayPeriod, Function0<Unit> block)
-
getAppScope
final CoroutineScope getAppScope()
-
-
-
-