wg-async
wg-async copied to clipboard
Should "Alan thinks he needs an async lock" cover other scenarios too?
The current story has some possible alternative outcomes:
- using
parking_lot::MutexGuardwhich isSend - using
futures::lock::Mutex(although TBH I don't know the difference between this and the tokio lock)
Are these worth trying to capture in the current narrative, or should it be an alternative story entirely?