async_patterns

Summary

Functions

BindForSending(Callable callable, Args &&... args)
auto
MakeDispatcherBound(async_dispatcher_t *dispatcher, Args &&... args)
MakeTestDispatcherBound(async_dispatcher_t *dispatcher, Args &&... args)

Classes

async_patterns::Callback< ReturnType(Args...)>
async_patterns::DispatcherBound
async_patterns::Function< ReturnType(Args...)>
async_patterns::PendingCall
async_patterns::TaskScope
async_patterns::TestDispatcherBound

Functions

BindForSending

auto BindForSending(
  Callable callable,
  Args &&... args
)

MakeDispatcherBound

DispatcherBound< T > MakeDispatcherBound(
  async_dispatcher_t *dispatcher,
  Args &&... args
)

MakeTestDispatcherBound

TestDispatcherBound< T > MakeTestDispatcherBound(
  async_dispatcher_t *dispatcher,
  Args &&... args
)