Skip to content

dispatch

Alexandre Marcireau edited this page May 30, 2018 · 1 revision

In header <sepia.hpp>

The sepia::dispatch enumeration defines when events are dispatched by an observable. See observable for details.

namespace sepia {
    enum class dispatch {
        synchronously_but_skip_offset,
        synchronously,
        as_fast_as_possible,
    };
}
Clone this wiki locally