Hey all, we're trying to implement a common Map cl...
# coroutines
s
Hey all, we're trying to implement a common Map class that uses thread confinement for synchronization. We've settled on either using Mutex or a custom implementation of the Actor pattern. Are there any significant advantages or disadvantages to either of these approaches? Slack Conversation