Ejemplo n.º 1
0
///------------------------------------------------------------------------------
/// Spawn a threaded_actor
///------------------------------------------------------------------------------
inline threaded_actor spawn(context& ctx)
{
  return threaded_actor(ctx.make_threaded_actor());
}