pub fn filed(id: &str) -> StringExpand description
Where a reading of this machine is filed in a store.
One name per machine and rewritten every time, not one per reading. That buys two things: a store that does not grow while a worker sits there, and liveness for free — the store stamps every write, so a reading that has not moved is a machine that has stopped, found out by a scan with no fetches.