I’ve been revisiting the idea of mutexes, and I th...
# golang
s
I’ve been revisiting the idea of mutexes, and I think they’re the wrong approach. They don’t have any kind of timeout behavior. Instead, I found some recommendations to use go channels as a form of interruptible mutex. PR up at https://github.com/osquery/osquery-go/pull/108