Random question for anyone: do osquery extensions ...
# core
a
Random question for anyone: do osquery extensions use multiple threads? E.g. if I have
REGISTER_EXTERNAL(One, ...)
and
REGISTER_EXTERNAL(Two, ...)
, is it possible that they get called concurrently?