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
The OCaml 5.0 includes Domain.recommended_domain_count which seems to be a reasonable default value for Task.setup_pool. Making the argument optional is code-compatible with existing code.
This would also create a mechanism within Task to use Domain.recommended_domain_count without incurring the "unstable" alert on the Domain module.
The text was updated successfully, but these errors were encountered:
Separately, I am also wondering whether to make the pool an optional argument. The current pool can be fetched from the context now that we have an effect handler in domainslib.
The OCaml 5.0 includes
Domain.recommended_domain_count
which seems to be a reasonable default value forTask.setup_pool
. Making the argument optional is code-compatible with existing code.This would also create a mechanism within
Task
to useDomain.recommended_domain_count
without incurring the "unstable" alert on theDomain
module.The text was updated successfully, but these errors were encountered: