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
Is your feature request related to a problem? Please describe.
I stumbled onto this when trying to override the Executor for clojure.lang.Agent. The minimum code that needs to run:
Is your feature request related to a problem? Please describe.
I stumbled onto this when trying to override the Executor for clojure.lang.Agent. The minimum code that needs to run:
Currently, as setting of the public static fields in a class isn't supported, this results in the following error:
Describe the solution you'd like
I should be able to set that field and other public static fields in a class.
Describe alternatives you've considered
None
Additional context
This is mainly for the ability to be able to override the Executors to support virtual threads in core constructs like
(future ...)
The text was updated successfully, but these errors were encountered: