class Task

class Task

lib/task.tya:2

Task provides the task/Task standard library API.

Source
# Task provides the task/Task standard library API.
class Task
  # Task.current provides the task/Task standard library operation.
  # @return Any the resulting value.
  current: -> task_current()

Methods

current

Task.current()

lib/task.tya:5

Task.current provides the task/Task standard library operation.

Source
  # Task.current provides the task/Task standard library operation.
  # @return Any the resulting value.
  current: -> task_current()