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 page usage.html makes it seem like ManagedResource.acquireAndGet does the same thing as the for comprehension, i.e. ManagedResource.foreach by describing acquireAndGet as "a convenience notation for those who don’t like using for comprehensions." Instead, foreach always returns Unit whereas acquireAndGet can return a value.
The text was updated successfully, but these errors were encountered:
The page usage.html makes it seem like
ManagedResource.acquireAndGet
does the same thing as thefor
comprehension, i.e.ManagedResource.foreach
by describingacquireAndGet
as "a convenience notation for those who don’t like using for comprehensions." Instead,foreach
always returnsUnit
whereasacquireAndGet
can return a value.The text was updated successfully, but these errors were encountered: