We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ec8fd commit e5e1667Copy full SHA for e5e1667
crates/bevy_tasks/src/task_pool.rs
@@ -42,7 +42,7 @@ impl TaskPoolBuilder {
42
43
/// A thread pool for executing tasks. Tasks are futures that are being automatically driven by
44
/// the pool on threads owned by the pool.
45
-#[derive(Debug, Clone)]
+#[derive(Default, Debug, Clone)]
46
pub struct TaskPool(PlatformTaskPool);
47
48
impl TaskPool {
0 commit comments