# Functions

Go starts a new goroutine with a detached context and returns a Task that can be used to cancel and/or wait for the function to return.

# Structs

A Task describes the status of a detached function call started by calling Go.