Contexir.Task (Contexir v0.2.0)

View Source

Task helpers that run functions with the caller's current Contexir scope.

Summary

Functions

Starts a task with the caller's current active layers and context.

Starts a task with the caller's current active layers and context.

Awaits a Contexir task.

Functions

async(fun)

Starts a task with the caller's current active layers and context.

async(module, function, args)

Starts a task with the caller's current active layers and context.

await(task, timeout \\ 5000)

Awaits a Contexir task.