Replies: 1 comment 4 replies
-
Which output did you get? I got the same in Livebook. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a discrepancy between running a module in IEx and in Livebook. The module below doesn't return the async task in Livebook, but it does in IEx.
I understand this might be related to the package https://github.com/joaomdmoura/machinery, but Livebook should run any Elixir code, shouldn't it? Or raise an issue in the Machinery repo?
Run it:
Expected output (ok in IEX):
Beta Was this translation helpful? Give feedback.
All reactions