|
|
|
|
|
by dasyatidprime
753 days ago
|
|
Bletch, I had the wrong version of the documentation bookmarked—here's the revised relevant sentences from https://hexdocs.pm/elixir/1.16.2/Task.html#await/2 (my system has 1.16.2): > If the timeout is exceeded, then the caller process will exit. If the task process is linked to the caller process which is the case when a task is started with async, then the task process will also exit. Reasoning is the same though; self() preceding/following it in the IEx session still shows the same evaluator process alive. |
|