ReactiveX / RxCpp

Reactive Extensions for C++
Apache License 2.0
3.06k stars 396 forks source link

Const overload of resource::get() #591

Open reims opened 2 years ago

reims commented 2 years 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!