wg-async icon indicating copy to clipboard operation
wg-async copied to clipboard

Should "Alan thinks he needs an async lock" cover other scenarios too?

Open anp opened this issue 4 years ago • 0 comments

The current story has some possible alternative outcomes:

  • using parking_lot::MutexGuard which is Send
  • 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?

anp avatar May 27 '21 20:05 anp