Documentation ¶
Overview ¶
Package init ensures all packages related to Flux built-ins are imported and initialized. This should only be imported from main or test packages. It is a mistake to import it from any other package.
NOTE: This is a superset-wrapper of Flux's built-in initialization logic. It also ensures V1-specific flux builtins are initialized.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Initialize ¶
func Initialize()
Initialize ensures all Flux builtins are configured and should be called prior to using the Flux runtime. Initialize is safe to call concurrently and is idempotent.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.