docs-v2/content/v2.0/reference/flux/stdlib/runtime/_index.md

598 B

title list_title description aliases menu weight v2.0/tags
Flux runtime package Runtime package The Flux runtime package includes functions that provide information about the current Flux runtime. Import the `runtime` package.
/v2.0/reference/flux/functions/runtime/
v2_0_ref
name parent
Runtime Flux standard library
202
runtime
functions
package

The Flux runtime package includes functions that provide information about the current Flux runtime. Import the runtime package:

import "runtime"

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