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

Tags

MIT Hex.pm

Installation

Add slither to your list of dependencies in mix.exs:

def deps do
  [
    {:slither, "~> 0.1.0"}
  ]
end

Then run:

mix deps.get

Resources