Crates.io | flowrex |
lib.rs | flowrex |
version | 0.95.0 |
source | src |
created_at | 2022-11-10 12:57:58.613675 |
updated_at | 2023-03-12 22:49:22.270942 |
description | A minimal executor for flow runtime jobs |
homepage | http://andrewdavidmackenzie.github.io/flow/ |
repository | https://github.com/andrewdavidmackenzie/flow/ |
max_upload_size | |
id | 711512 |
size | 50,888 |
flowrex
See also: Code docs
flowrex
is a binary for the execution of flow jobs, dispatched over the network by flowr
or some other
flow runner application that runs a coordinator
(via the flowrlib
library).
You can find more details about how to use it in running flows in the distributed section.
These are the conditionally compiled features of flowr
:
flowstdlib
natively. Deactivating this would
allow use of flowstdlib
via it's WASM function implementations (use of -L
option required)