Searched refs:coroutineScheduler (Results 1 – 1 of 1) sorted by relevance
59 get() = coroutineScheduler in toString()62 private var coroutineScheduler = createScheduler() in toString() variable66 coroutineScheduler.dispatch(block) in toString()75 coroutineScheduler.dispatch(block, tailDispatch = true) in toString()82 override fun close(): Unit = coroutineScheduler.close() in toString()85 return "${super.toString()}[scheduler = $coroutineScheduler]" in toString()115 coroutineScheduler.dispatch(block, context, tailDispatch) in toString()120 DefaultExecutor.enqueue(coroutineScheduler.createTask(block, context)) in toString()129 coroutineScheduler.shutdown(1_000L) in toString()130 coroutineScheduler = createScheduler() in toString()[all …]