package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Mar 6, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func PossibleBlocking[T any](f func() T, timeout time.Duration, trigger func()) T
PossibleBlocking runs the function f in a goroutine and returns the result.
If the function f is blocking, the test will fail.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.