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
Hi all! Is there a specific reason that there is no const overload of resource<T>::get()? It can force lambdas inside the observable factory for scope to be mutable if they capture the resource and want to call get.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi all! Is there a specific reason that there is no const overload of
resource<T>::get()
? It can force lambdas inside the observable factory forscope
to be mutable if they capture the resource and want to callget
.Thanks in advance!
The text was updated successfully, but these errors were encountered: