bevy/examples/async_tasks
François Mockers 95edd2ea71
async_compute example: don't block in the task (#13699)
# Objective

- Fixes #13672 

## Solution

- Don't use blocking sleep in the tasks, so that it won't block the task
pool
2024-06-06 00:21:33 +00:00
..
async_compute.rs async_compute example: don't block in the task (#13699) 2024-06-06 00:21:33 +00:00
external_source_external_thread.rs Updates default Text font size to 24px (#13603) 2024-05-31 16:41:27 +00:00