0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-29 02:02:38 +01:00

ircd::ctx: Export this_ctx:: to ircd.

This commit is contained in:
Jason Volk 2018-12-06 19:16:47 -08:00
parent caa92a98c3
commit ce237e0b10

View file

@ -103,6 +103,8 @@ namespace ircd::ctx
namespace ircd
{
//using yield = boost::asio::yield_context;
namespace this_ctx = ctx::this_ctx;
using ctx::timeout;
using ctx::context;
using ctx::sleep;