package
Version:
v1.8.2-0...-ee23551
Opens a new window with list of versions in this module.
Published: Sep 18, 2024
License: GPL-2.0, GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package task provides handy utilities to define & trace tasks.
Running is syntactic sugar to push new task to operational stack, trace it and
adjust error return with task prefix.
use like this:
defer task.Running(&ctx, "my task")(&err)
Runningf is Running cousin with formatting support
Source Files
¶
Click to show internal directories.
Click to hide internal directories.