You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently quinnj has a workaround for this issue:
Just as an FYI, I made a very lightweight package that allows spawning multithreaded tasks on a non-main thread. i.e. it will keep a single main thread free to respond to other tasks/things, and only extra "worker" threads will be eligible to perform @spawn-ed tasks. It works well in the application/microservice setup where it's important to keep a "main" thread open to respond to health checks, heartbeats, etc. ref: https://github.com/JuliaServices/WorkerUtilities.jl
For some reason it seems like the line
SymbolicRegression.jl/src/SymbolicRegression.jl
Line 889 in c5ed5d0
I really don't understand this. But it seems as though this would mean there isn't a chance for asynchronous processing to take place?
The text was updated successfully, but these errors were encountered: