Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Of ¶ added in v0.0.17
func Of[T any](task func() (T, error)) chan ActionResult[T]
Types ¶
type ActionResult ¶
func NewActionResult ¶
func NewActionResult[T any](result T, err error) ActionResult[T]
func NewErrorActionResult ¶
func NewErrorActionResult[T any](err error) ActionResult[T]
Click to show internal directories.
Click to hide internal directories.