Documentation
¶
Overview ¶
Package util contains miscellaneous utilities used by yggdrasil. In particular, this includes a crypto worker pool, Cancellation machinery, and a sync.Pool used to reuse []byte.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FuncTimeout ¶
FuncTimeout runs the provided function in a separate goroutine, and returns true if the function finishes executing before the timeout passes, or false if the timeout passes. It includes no mechanism to stop the function if the timeout fires, so the user is expected to do so on their own (such as with a Cancellation or a context).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.