Skip to content

Commit e5e1667

Browse files
MiniaczQMiniaczQ
MiniaczQ
authored and
MiniaczQ
committed
default for task pool
1 parent 69ec8fd commit e5e1667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_tasks/src/task_pool.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ impl TaskPoolBuilder {
4242

4343
/// A thread pool for executing tasks. Tasks are futures that are being automatically driven by
4444
/// the pool on threads owned by the pool.
45-
#[derive(Debug, Clone)]
45+
#[derive(Default, Debug, Clone)]
4646
pub struct TaskPool(PlatformTaskPool);
4747

4848
impl TaskPool {

0 commit comments

Comments
 (0)