7 template<
typename Ctx,
typename T>
23 inline const Ctx&
context() {
return ctx_; }
26 template<
typename Ctx,
typename T>
Definition: async_result.hpp:7
std::function< void(PushEvent< Ctx, T >)> PushCallback
Definition: push.hpp:27
const T * operator->() const
Definition: push.hpp:21
PushEvent(Ctx ctx, const T *data)
Definition: push.hpp:15
const Ctx & context()
Definition: push.hpp:23