Task class of PicoRuby

Singleton methods

list

Task.list() -> Array[Task]

new

Task.new(*untyped) { (*untyped) -> void } -> instance

Instance methods

join

instance.join(?Integer|nil) -> (self | nil)

name=

instance.name=(String name) -> String

suspend

instance.suspend() -> self

terminate

instance.terminate() -> self

Attr accessors

name (reader)

instance.name -> String | nil
Tags: