Uses of Interface
kilim.Pausable.Spawn
-
Packages that use Pausable.Spawn Package Description kilim -
-
Uses of Pausable.Spawn in kilim
Fields in kilim declared as Pausable.Spawn Modifier and Type Field Description (package private) Pausable.Spawn<TT>Task.Spawn. bodyMethods in kilim with parameters of type Pausable.Spawn Modifier and Type Method Description static <TT> Task.Spawn<TT>Task. spawn(Pausable.Spawn<TT> body)Wraps the given object or lambda expression in a Task and starts that task.Constructors in kilim with parameters of type Pausable.Spawn Constructor Description Spawn(Pausable.Spawn<TT> body)
-