bevy/examples/async_tasks
François 385a2b1895 add examples on how to have a data source running in another thread / in a task pool thread (#2915)
Add two examples on how to communicate with a task that is running either in another thread or in a thread from `AsyncComputeTaskPool`.

Loosely based on https://github.com/bevyengine/bevy/discussions/1150
2022-02-05 01:52:47 +00:00
..
async_compute.rs Fix doc_markdown lints in examples (#3486) 2021-12-29 17:25:34 +00:00
external_source_external_thread.rs add examples on how to have a data source running in another thread / in a task pool thread (#2915) 2022-02-05 01:52:47 +00:00