RAII struct to cover callbacks that need attachment and runtime initialized. This deals with runtime inialization and thread attachment in a very explicit way.
Thread that shouldn't be attached are eg. the audio threads.
See Implementation
RAII struct to cover callbacks that need attachment and runtime initialized. This deals with runtime inialization and thread attachment in a very explicit way.