ScopedForeignCallback

RAII struct to cover callbacks that need attachment and runtime initialized. This deals with runtime inialization and thread attachment in a very explicit way.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

enter
void enter()

Thread that shouldn't be attached are eg. the audio threads.

Variables

detachThreadsAfterCallback
enum bool detachThreadsAfterCallback;
Undocumented in source.
doInitializeRuntime
enum bool doInitializeRuntime;
Undocumented in source.
doInitializeRuntime
enum bool doInitializeRuntime;
Undocumented in source.

Meta