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 job factory delegate ensures that each job is created in the context of the scope. Awaiting the result before returning ensures the calls value is returned before any disposable dependencies are disposed.
Scattered through the documentation there is advise about running parallel operations and wrapping operations in scopes. That documentation is a bit abstract and theoretical, It misses some simple examples. The lifestyles page seems like a good place to add this information.
The text was updated successfully, but these errors were encountered: