RxCpp icon indicating copy to clipboard operation
RxCpp copied to clipboard

Const overload of resource::get()

Open reims opened this issue 2 years ago • 0 comments

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!

reims avatar Oct 20 '22 18:10 reims