Asynchronously get the first value emitted by the Subscribable. If no value is emitted undefined will be returned
The subscribable
Asynchronously get the first value emitted by the Subscribable. If no value is emitted or the timout is reached, the default value will be returned instead
The default value to use
Optional
The timeout before the default value is used
Asynchronously get the first value emitted by the Subscribable. If no value is emitted undefined will be returned