#ifndef SMO_WORLD_THREAD_H #define SMO_WORLD_THREAD_H #include #include #include namespace smo { struct WorldThreadTag { static boost::asio::io_service &io_service(); }; template using WorldPostingPromise = sscl::co::TaggedPostingPromise; template using WorldViralPostingInvoker = sscl::co::ViralPostingInvoker; } // namespace smo #endif // SMO_WORLD_THREAD_H