0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-01 16:28:19 +02:00

ircd::ctx: Bring sleep() into ircd:: namespace.

This commit is contained in:
Jason Volk 2017-04-02 20:51:47 -07:00
parent 35587a5c9c
commit a89d499557

View file

@ -72,5 +72,6 @@ namespace ircd {
using ctx::timeout;
using ctx::context;
using ctx::sleep;
} // namespace ircd