omni::sync::thread::manager

SYNOPSIS

This class is an internal thread manager not intended to be used anywhere but here. It's used primarily to avoid the static init order fiasco (via the static instance function). This manager class is put here (vs. in a header) so as to avoid any development environments or user code potentially trying to use this class since this class is only intended to avoid the SIOF.

top

DESCRIPTION

No description.

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top