SynchronousExecutor

class SynchronousExecutor : Executor


Is an implementation of a java.util.concurrent.Executor which executes 's synchronously.

Summary

Public constructors

Public functions

Unit
execute(command: Runnable)

Public constructors

SynchronousExecutor

Added in 1.0.0
SynchronousExecutor()

Public functions

execute

Added in 1.0.0
fun execute(command: Runnable): Unit