diff options
| author | mat <git@matdoes.dev> | 2023-09-16 22:30:28 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-09-16 22:30:28 -0500 |
| commit | 61e63c08968f7b0f451c4c3b07ea8d4927b14a2f (patch) | |
| tree | f7b489bedde2a3bb9f703aa542c6863191f00ced /azalea-client/src/task_pool.rs | |
| parent | a920359c9a8f254bbfb6c1d04f2bda6365c09c6b (diff) | |
| download | azalea-drasl-61e63c08968f7b0f451c4c3b07ea8d4927b14a2f.tar.xz | |
don't apply metadata updates multiple times in swarms
Diffstat (limited to 'azalea-client/src/task_pool.rs')
| -rw-r--r-- | azalea-client/src/task_pool.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/src/task_pool.rs b/azalea-client/src/task_pool.rs index 982c3396..32c74c6f 100644 --- a/azalea-client/src/task_pool.rs +++ b/azalea-client/src/task_pool.rs @@ -35,7 +35,7 @@ fn tick_global_task_pools(_main_thread_marker: Option<NonSend<NonSendMarker>>) { } /// Helper for configuring and creating the default task pools. For end-users -/// who want full control, set up [`TaskPoolPlugin`](TaskPoolPlugin) +/// who want full control, set up [`TaskPoolPlugin`] #[derive(Clone, Resource)] pub struct TaskPoolOptions { /// If the number of physical cores is less than min_total_threads, force |
