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:
parent
caa92a98c3
commit
ce237e0b10
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue