Alias for the shared timestamp utility.
()
| 25 | |
| 26 | /// Alias for the shared timestamp utility. |
| 27 | pub(crate) fn current_unix_timestamp() -> i64 { |
| 28 | tracedecay::tracedecay::current_timestamp() |
| 29 | } |
| 30 | |
| 31 | /// A self-animating spinner that ticks on a background thread. |
| 32 | /// Call `set_message` to update what is displayed; the background thread |
no test coverage detected