mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-04 15:20:16 +00:00
8cec0163b1
Request-response stepper |
||
---|---|---|
artifacts | ||
src | ||
test_module | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
Config.toml | ||
LICENSE | ||
README.md |
Aquamarine
Aquamarine is a distributed choreography language & platform
Examples
((call (%current% (local_service_id local_fn_name) () result_name)) (call (remote_peer_id (service_id fn_name) () g)))
This instruction sequence contains two call instructions:
- call a function with
local_fn_name
name of a local service withlocal_service_id
id and bind result toresult_name
- call a remote peer with
remote_peer_id
id