Uses of Interface
kilim.Pausable.Spawn
Packages that use Pausable.Spawn
-
Uses of Pausable.Spawn in kilim
Fields in kilim declared as Pausable.SpawnMethods in kilim with parameters of type Pausable.SpawnModifier and TypeMethodDescriptionstatic <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