MCPcopy Create free account
hub / github.com/Tracktion/choc / ThreadSafeFunctor

Method ThreadSafeFunctor

choc/threading/choc_ThreadSafeFunctor.h:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96template <typename FunctionType>
97ThreadSafeFunctor<FunctionType>::ThreadSafeFunctor() : callback (std::make_shared<CallbackHolder>())
98{
99}
100
101template <typename FunctionType>
102ThreadSafeFunctor<FunctionType>::ThreadSafeFunctor (FunctionType&& f) : ThreadSafeFunctor()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected