Documentation ¶
Overview ¶
Functions in this package are useful in a few specific cases, but require careful consideration to ensure they are used correctly.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WaitOne ¶
WaitOne returns the current value of the reactive.Value, or blocks until one becomes available, then returns it.
WARNING: This function is intended for use in very few places, such as during startup when "bootstrapping" configuration that is needed to initialize the reactive controller itself. It should not be used in general purpose code, as it could introduce bugs that would be difficult to track down.
func WaitOneMessage ¶
WaitOneMessage is like WaitOne, but first wraps the given value in a reactive.Message.
WARNING: This function is intended for use in very few places, such as during startup when "bootstrapping" configuration that is needed to initialize the reactive controller itself. It should not be used in general purpose code, as it could introduce bugs that would be difficult to track down.
Types ¶
This section is empty.