Use plain reference counts for flow objects
Observer nor observable both assume to run in an event loop and are not designed to be thread-safe. Hence, they do not need an atomic reference count except in a few exceptions such as subscriptions to asynchronous buffers.
Showing
Please register or sign in to comment