package
Version:
v0.10.7
Opens a new window with list of versions in this module.
Published: Feb 1, 2025
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package ctxrun provides a context-canceling goroutine runner.
Runner runs a goroutine and cancels the context of any previous call to run.
Go cancels the context of the currently running goroutine (if any) and runs
fn in a new goroutine without waiting for the previous to return.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.