ApplicationThread

blockudoku.services.ApplicationThread

Allows code to be run in a separate thread.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def run(code: => Unit): CancelableTask

Runs the given code in a separate thread.

Runs the given code in a separate thread.

Value parameters

code

The code to run.

Attributes

Returns

A task that can be cancelled.