Skip to content

Commit

Permalink
Update multithreading flag docs
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed Nov 6, 2024
1 parent 32e0143 commit 6df4c2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@
//! - Allows geometry types to be serialized and deserialized with [Serde].
//! - ☐ Disabled by default.
//! - `multithreading`:
//! - Enables multithreading support for the `i_overlay` crate.
//! - Enables multithreading support for the `i_overlay` crate (via Rayon), and activates the `multithreading` flag
//! in `geo-types`, enabling multi-threaded iteration over `Multi*` geometries.
//! - ☑ Enabled by default.
//!
//! # Ecosystem
Expand Down

0 comments on commit 6df4c2f

Please sign in to comment.