0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-16 08:58:20 +02:00

ircd::ctx: Make promise/future accessible in ircd::.

This commit is contained in:
Jason Volk 2017-10-11 17:44:32 -07:00
parent b9f13ed2c2
commit 5936504f3b

View file

@ -127,6 +127,9 @@ namespace ircd
using ctx::timeout;
using ctx::context;
using ctx::sleep;
using ctx::promise;
using ctx::future;
}
/// An instance of critical_assertion detects an attempt to context switch