Back to Bevy

Dropping Tasks in Web Builds

_release-content/migration-guides/web_tasks.md

0.19.0102 B
Original Source

Dropping a Task<T> in a web build now cancels it, call Task<T>::detach() to keep the old behavior.