Mono and can tests for Dict.len Dict.empty

This commit is contained in:
Chadtech 2021-01-24 14:43:08 -05:00
parent ec7d8e0dc9
commit 171e0358f3
3 changed files with 45 additions and 0 deletions

View file

@ -1264,6 +1264,7 @@ where
.stack_size(EXPANDED_STACK_SIZE)
.spawn(move |_| {
// Keep listening until we receive a Shutdown msg
for msg in worker_msg_rx.iter() {
match msg {
WorkerMsg::Shutdown => {