Incubating v0.1.0
Slither
Low-level BEAM↔Python concurrency substrate. ETS-backed shared state with Python views, batched fan-out with real backpressure, and stage composition over BEAM + Python steps.…
Stats & Info
- Latest release: v0.1.0
- Recent downloads: 17
- All-time downloads: 17
- Maintainers: nshkrdotcom
Installation
Add slither to your list of dependencies in mix.exs:
def deps do
[
{:slither, "~> 0.1.0"}
]
endThen run:
mix deps.get