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

42 lines
1.1 KiB
Markdown

---
title: runtime package
description: >
The `runtime` package provides information about the current Flux runtime.
menu:
flux_v0_ref:
name: runtime
parent: stdlib
identifier: runtime
weight: 11
---
<!------------------------------------------------------------------------------
IMPORTANT: This page was generated from comments in the Flux source code. Any
edits made directly to this page will be overwritten the next time the
documentation is generated.
To make updates to this documentation, update the comments above the package
declaration in the Flux source code:
https://github.com/influxdata/flux/blob/master/stdlib/runtime/runtime.flux
Contributing to Flux: https://github.com/influxdata/flux#contributing
Fluxdoc syntax: https://github.com/influxdata/flux/blob/master/docs/fluxdoc.md
------------------------------------------------------------------------------->
The `runtime` package provides information about the current Flux runtime.
Import the `runtime` package:
```js
import "runtime"
```
introduce: 0.38.0
## Functions
{{< children type="functions" show="pages" >}}