Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stdout make the repl unusable #2283

Open
olafura opened this issue Jul 18, 2023 · 0 comments
Open

stdout make the repl unusable #2283

olafura opened this issue Jul 18, 2023 · 0 comments

Comments

@olafura
Copy link

olafura commented Jul 18, 2023

For example:

 thr = Thread.new { 10.times { sleep(2); puts "This is annoying" } }

For reference in iex ( Elixir ), this works as expected:

spawn fn -> for _ <- 0..10, do: :timer.sleep(:timer.seconds(2)) &&  IO.puts("works") end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant