-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Open
Labels
A-TasksTools for parallel and async workTools for parallel and async workC-DocsAn addition or correction to our documentationAn addition or correction to our documentationD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
Description
How can Bevy's documentation be improved?
I used ComputeTaskPool to queue several computationally heavy tasks that I wanted to run in the background, but complete by the next frame:
https://github.com/Crusaders-of-Rust/cormine/blob/b0d0a65207695e3c8b6266de71da4d80f706bb12/src/main.rs#L246-L320
However, checking frame counts, it seems to take up to 18 frames for the sync tasks to be ready. It's not clear from these docs how exactly this pool should be used to queue tasks for completion by the next frame.
Metadata
Metadata
Assignees
Labels
A-TasksTools for parallel and async workTools for parallel and async workC-DocsAn addition or correction to our documentationAn addition or correction to our documentationD-StraightforwardSimple bug fixes and API improvements, docs, test and examplesSimple bug fixes and API improvements, docs, test and examplesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!