Skip to content

Commit

Permalink
Reexport threads_count
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaopengli89 committed Jun 6, 2023
1 parent c61e0e6 commit 74f1fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precord-core/src/platform/windows/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use std::os::windows::prelude::{AsHandle, AsRawHandle, FromRawHandle, OwnedHandl
use std::ptr;
use std::sync::{Arc, RwLock};
use std::time::Instant;
pub use utils::threads_info;
pub use utils::{threads_count, threads_info};
use windows::core::HSTRING;
use windows::Win32::Foundation;
use windows::Win32::System::{Performance, Threading};
Expand Down

0 comments on commit 74f1fd6

Please sign in to comment.