ReactiveX / RxCpp

Reactive Extensions for C++
Apache License 2.0
3.03k stars 390 forks source link

Const overload of resource::get() #591

Open reims opened 1 year ago

reims commented 1 year ago

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!