ObservableSource.close

Closes the observable.

In the closed state, put may no longer be called and all subscribed observers will receive a notification that no more events will be emitted.

struct ObservableSource(T, EXTRA_STORAGE = void)
void
close
()

Meta