MCPcopy Create free account
hub / github.com/Ableton/link / SafeAsyncHandler

Method SafeAsyncHandler

include/ableton/util/SafeAsyncHandler.hpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38struct SafeAsyncHandler
39{
40 SafeAsyncHandler(const std::shared_ptr<Delegate>& pDelegate)
41 : mpDelegate(pDelegate)
42 {
43 }
44
45 template <typename... T>
46 void operator()(T&&... t) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected