• Dominik Charousset's avatar
    Use plain reference counts for flow objects · 12cb692a
    Dominik Charousset authored
    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.
    12cb692a
disposable.hpp 3.76 KB