mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Mono and can tests for Dict.len Dict.empty
This commit is contained in:
parent
ec7d8e0dc9
commit
171e0358f3
3 changed files with 45 additions and 0 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue