class flux::Flux

sys::Obj
  flux::Flux

Source

Flux provides system level utilities for flux applications

loadOptions

static Obj? loadOptions(Pod pod, Str name, Type? t)

Source

Read an session options file into memory. An option file is a serialized object stored at "etc/{pod}/{name}.fog".

locale

static Str locale(Str key)

Source

Convenience for looking up a locale prop in the flux pod.

log

const static Log log := Flux#.pod().log

Source

Standard log for flux pod.

saveOptions

static Bool saveOptions(Pod pod, Str name, Obj options)

Source

Save sessions options back to file. An option file is a serialized object stored at "etc/{pod}/{name}.fog". Return true on success, false on failure.