← Packages / conduit / Capabilities

IO.Process

in conduit v0.1.2

v0.1.2 declares IO.Process. v0.1.1 did not. Declaring is the event recorded here — whether the capability was newly exercised is a separate claim the registry cannot make.

Where it is declared

lib/conduit/node.march:24Declared nothing in the previous version
21mod Conduit.Node do
22 needs IO.Mut
23 needs IO.Spawn
24 needs IO.Process
25
26 -- Postgres advisory lock id used for leader election.
27 -- This is an arbitrary 32-bit constant shared across all Conduit processes.