This class wraps a native callback function allowing the managed callback object, the closure and the delegate to be maintained while the code operates inside the native environment. Without this the managed object will be garbage collected resulting in a crash whenever the callback is eventually made from the native layer. More…
Inherits from IDisposable
template <TCallback ,
TDelegate >
class Wombat::MamaCallbackWrapper;
Updated on 2023-03-31 at 15:29:32 +0100