Searched defs:spawn_helper (Results 1 – 3 of 3) sorted by relevance
365 struct spawn_helper struct367 typedef typename associated_allocator<Handler>::type allocator_type;369 allocator_type get_allocator() const BOOST_ASIO_NOEXCEPT in get_allocator()374 typedef typename associated_executor<Handler>::type executor_type;376 executor_type get_executor() const BOOST_ASIO_NOEXCEPT in get_executor()381 void operator()() in operator ()()390 shared_ptr<spawn_data<Handler, Function> > data_;391 boost::coroutines::attributes attributes_;
280 void spawn_helper(uv_pipe_t* channel, in spawn_helper() function