bevy/crates/bevy_time/src
Mike 1d7577fc42
ignore time channel error (#9981)
# Objective

- sometimes when bevy shuts down on certain machines the render thread
tries to send the time after the main world has been dropped.
- fixes an error mentioned in a reply in
https://github.com/bevyengine/bevy/issues/9543

---

## Changelog

- ignore disconnected errors from the time channel.
2023-10-01 07:55:17 +00:00
..
common_conditions.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
fixed_timestep.rs Add missing documentation to bevy_time (#9428) 2023-08-15 21:48:37 +00:00
lib.rs ignore time channel error (#9981) 2023-10-01 07:55:17 +00:00
stopwatch.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
time.rs Remove useless single tuples and trailing commas (#9720) 2023-09-08 21:46:54 +00:00
timer.rs Clarify behaviour of Timer::finished() for repeating timers (#9939) 2023-09-29 21:57:01 +00:00