12 namespace bnb {
namespace interfaces {
14 enum class realtime_processor_mode : int {
22 sync_when_effect_loaded,
35 async_when_effect_loaded,
43 struct hash<::bnb::interfaces::realtime_processor_mode> {
44 size_t operator()(::bnb::interfaces::realtime_processor_mode type)
const {
45 return std::hash<int>()(
static_cast<int>(type));