moonrepo / starbase

Framework for building performant command line applications and developer tools.
MIT License
68 stars 6 forks source link

breaking: Migrate to `scc` for managing instances. #70

Closed milesj closed 2 months ago

milesj commented 2 months ago

This allows us to use heavy interior mutability and remove all the RwLock usage. Better API? TBD.