docs-v2/content/flux/v0/stdlib/runtime/_index.md

1.1 KiB

title description menu weight
runtime package The `runtime` package provides information about the current Flux runtime.
flux_v0_ref
name parent identifier
runtime stdlib runtime
11

The runtime package provides information about the current Flux runtime. Import the runtime package:

import "runtime"

introduce: 0.38.0

Functions

{{< children type="functions" show="pages" >}}