callable(ObserverInterface): void $callback:
public function observe(callable $callback) : ObservableCallbackInterface { return AsynchronousInstruments::observe($this->writer, $this->destructors, $callback, [ $this->instrument, ], $this->referenceCounter); }