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 constraints around the concurrent execution of @WarmUp methods don't seem to apply when classes are bound by interface in a module, for example, in the following Module:
If both implementations have @WarmUp methods, and ImplementationOne depends on ImplementationTwo, the two @WarmUp methods may be executed concurrently.
I've added a unit test which exposes this to my fork, would you like me to create a pull request?
The text was updated successfully, but these errors were encountered:
The constraints around the concurrent execution of @WarmUp methods don't seem to apply when classes are bound by interface in a module, for example, in the following Module:
If both implementations have @WarmUp methods, and ImplementationOne depends on ImplementationTwo, the two @WarmUp methods may be executed concurrently.
I've added a unit test which exposes this to my fork, would you like me to create a pull request?
The text was updated successfully, but these errors were encountered: