I propose to add monitoring of tasks, created in Task.Supervisor.async_stream_nolink, so it would work the same as Task.Supervisor.async_nolink for cases when it used in OTP behaviour.
For now, there is no info in docs that there are no monitoring and handle_info would not call, cause docs say it works same as async_nolink. And I think it would be better to repeat that behaviour at async_stream_nolink, cause it is barely possible to monitor these tasks manually. At least it would be great to add info in docs that there are no monitoring and example how to add monitoring manually. Thanks!