This file provides ScopedForeignCallback to be used in every callback, and use to provide runtime initialization (now unused).
RAII struct to cover callbacks that need attachment and runtime initialized. This deals with runtime inialization and thread attachment in a very explicit way.
See Source File
Boost License 1.0
Copyright Auburn Sounds 2015-2016.
Guillaume Piolat
This file provides ScopedForeignCallback to be used in every callback, and use to provide runtime initialization (now unused).