mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 00:32:35 +01:00
ircd::ctx: Bring sleep() into ircd:: namespace.
This commit is contained in:
parent
35587a5c9c
commit
a89d499557
1 changed files with 1 additions and 0 deletions
|
@ -72,5 +72,6 @@ namespace ircd {
|
|||
|
||||
using ctx::timeout;
|
||||
using ctx::context;
|
||||
using ctx::sleep;
|
||||
|
||||
} // namespace ircd
|
||||
|
|
Loading…
Reference in a new issue