-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Interactive threads in Julia v1.9.0-beta do not give expected results #48580
Comments
|
Ok, but what about spawning an interactive thread?
|
The problem with is that while spawning with 1 normal and 1 interactive thread, users of |
Thanks, I get this part. My remaining problems are
$ julia +beta -t 1,1
julia> fetch(Threads.@spawn :interactive Threads.threadpool())
:default # expecting :interactive``` |
I knew this already, because @vtjnash pointed it out on Slack the other day as well, but is this mentioned anywhere (in the docs)? If there isn't a visible comment about this in the docs yet, there really should be, IMHO. It isn't particularly great to soft-deprecate something as prominent as |
Perhaps a maxlog=1 warning would help #48589 (closed) |
If |
I'll open a new issue for the inability to spawn an interactive thread as it does not get enough attention IMHO. |
Isn't this behavior contradicting the docs?
The text was updated successfully, but these errors were encountered: