MCPcopy Create free account
hub / github.com/StudioSol/async / Task

FuncType Task

async.go:12–12  ·  view source on GitHub ↗

Task ...

func(context.Context) error

Source from the content-addressed store, hash-verified

10
11// Task ...
12type Task func(context.Context) error
13
14// Run provides a safe way to execute Task functions asynchronously, recovering if they panic
15// and provides all error stack aiming to facilitate fail causes discovery

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected