| 284 | } |
| 285 | |
| 286 | void remote_subscription::set_forwarded() { |
| 287 | this->final_destination_.store(destiny::forward, std::memory_order_release); |
| 288 | } |
| 289 | |
| 290 | void remote_subscription::clear_destiny() { |
| 291 | this->final_destination_.store(destiny::none, std::memory_order_release); |