diff options
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index f5fd08dc24e..57421954679 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -50,6 +50,7 @@ pub mod str; pub mod task; pub mod tid; pub mod time; +pub mod taskpool; pub mod vec; pub mod workqueue; |