package
0.0.0-20230129083110-9bad2e700fbf
Repository: https://github.com/pyorot/streams.git
Documentation: pkg.go.dev
# Functions
ExitIfError : fatal error macro, used in initialisations or assertions.
IfThenElse : ternary if macro (generics when).
# Type aliases
Await : object to await one or many async tasks can't be used if the tasks return something (will fix this once Go gets generics) a task should be created and awaited in the same thread.