| 89 | |
| 90 | template <typename View> |
| 91 | forceinline size_t |
| 92 | ChannelSet<View>::dispose(Space& home) { |
| 93 | xs.cancel(home, *this, PC_SET_ANY); |
| 94 | ys.cancel(home, *this, PC_SET_ANY); |
| 95 | (void) Propagator::dispose(home); |
| 96 | return sizeof(*this); |
| 97 | } |
| 98 | |
| 99 | template <typename View> |
| 100 | Actor* |