From 5936504f3b3f6e579cb7b596f575d0ab84c37179 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 11 Oct 2017 17:44:32 -0700 Subject: [PATCH] ircd::ctx: Make promise/future accessible in ircd::. --- include/ircd/ctx.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/ircd/ctx.h b/include/ircd/ctx.h index ad741b409..0d820ee7e 100644 --- a/include/ircd/ctx.h +++ b/include/ircd/ctx.h @@ -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