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
Async::Service::Generic.wrap now checks for a make_service(environment) method on the evaluator before falling back to service_class. This allows environments to compose child environments and return a fully-constructed service without introducing a dedicated service class.