AbstractAsyncMeasurementHandle

An abstract implementation of an asynchronous measurement handle. By default, this class uses no-op implementations for all members unless overridden in a subclass.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun stop()

Stop recording this async value. The registered callback function will stop being invoked after calling this function.