Skip to main content

Crate coop

Crate coop 

Source
Expand description

coop — fire remote jobs down a channel nothing else can take.

The library half exists so integration tests can drive exactly the code the binary does, including the Fake transport that makes test layer 1 possible without a network or an ssh master.

Modules§

cli
The command surface.
config
Host configuration: a hand-edited TOML file, not a state database.
errors
jobs
lock
Fair, per-host serialization for access to coop’s private ssh channel.
probe
run
tail
transport
The seam between coop’s logic and the ssh channel.
wrapper