shards
shards copied to clipboard
Outdated has output in the wrong order
I believe it's because Log::IOBackend defaults to DispatchMode::Async, which dispatches the write to a fiber which then doesn't gets scheduled before the following puts.
I think the most sane fix would be setting it to sync instead.