Skip to content

Commit

Permalink
don't exit when No runnables in scheduler on Win loop
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-zajic committed Nov 28, 2019
1 parent ee1cbdf commit ff7971d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/crystal/system/win32/event_loop_iocp.cr
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ module Crystal::EventLoop

if next_fiber
Crystal::Scheduler.enqueue next_fiber
else
Crystal::System.print_error "Warning: No runnables in scheduler. Exiting program.\n"
::exit
end
end

Expand Down

0 comments on commit ff7971d

Please sign in to comment.