ExternalRunner

ox.ExternalRunner
class ExternalRunner(scheduler: ActorRef[ExternalScheduler])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def runAsync(f: Ox ?=> Unit): Unit

Runs the given function asynchronously, in the scope of the Ox concurrency scope in which this runner was created.

Runs the given function asynchronously, in the scope of the Ox concurrency scope in which this runner was created.

f should return promptly, not to obstruct execution of other scheduled functions. Typically, it should start a background fork.

Attributes