Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 262 Bytes

File metadata and controls

4 lines (3 loc) · 262 Bytes

Coding Style Notes

  • Any non trivial task should be spawned with a JoinSet managed by the caller.
  • The closure passed to the JoinSet should always be a single function call to a function that returns the crate Result Type. (eyre::Result/anyhow::Result etc)