Package: gio

Function gio:task-context

Lambda List

gio:task-context (task)

Arguments

task -- a g:task instance

Return Value

The g:main-context instance of task.

Details

Gets the g:main-context instance that task will return its result in That is, the context that was the thread-default main context at the point when task was created.

This will always return a non-NULL value, even if the context of the task is the default g:main-context instance.
 

See also

#2023-7-13