DeferralExecutor

trait DeferralExecutor extends Deferral
Uses an ExecutorService to perform deferred tasks.
trait Deferral
class Object
trait Matchable
class Any
class Planned

Value members

Methods

def underlying: ExecutorService
def shutdown(): Unit
def defer(f: => Unit): Unit