-
Notifications
You must be signed in to change notification settings - Fork 3.5k
IO lag returned #2432
Copy link
Copy link
Closed
Description
On master:
$ mix new lagg --sup
$ cd lagg
# open lib/lagg.ex and add the following line in the start() function:
# IO.puts "THIS TOOK LONGER THAN YOU EXPECTED"
$ mix run
# works fine
$ iex -S mix
Erlang/OTP 17 [erts-6.0] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false] [dtrace]
# >>> it is hanging here for 2 seconds <<<
THIS TOOK LONGER THAN YOU EXPECTED
Interactive Elixir (0.14.2-dev) - press Ctrl+C to exit (type h() ENTER for help)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels