Skip to content

Commit

Permalink
Export EnvironmentGlobalThreadPoolOptions
Browse files Browse the repository at this point in the history
Makes `with_global_thread_pool` usable by external packages.
  • Loading branch information
aykut-bozkurt committed Jan 12, 2024
1 parent 5fd82a1 commit c1c960f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use tracing::Level;

#[cfg(feature = "load-dynamic")]
pub use self::environment::init_from;
pub use self::environment::{init, EnvironmentBuilder};
pub use self::environment::{init, EnvironmentBuilder, EnvironmentGlobalThreadPoolOptions};
#[cfg(feature = "fetch-models")]
#[cfg_attr(docsrs, doc(cfg(feature = "fetch-models")))]
pub use self::error::FetchModelError;
Expand Down

0 comments on commit c1c960f

Please sign in to comment.