Permanently connects a listener function to the observable. The listener will be invoked for each observation.
Extended Type: IObservable
'T -> unit
The function to be called for each observation.
Returns an asynchronous computation that will read from the stream into the given buffer.
Extended Type: Stream
byte array
The buffer to read into.
int
An optional offset as a number of bytes in the stream.
int
An optional number of bytes to read from the stream.
Async<int>
An asynchronous computation that will read from the stream into the given buffer.
Returns an asynchronous computation that will read the given number of bytes from the stream.
Extended Type: Stream
int
The number of bytes to read.
Async<byte array>
An asynchronous computation that returns the read byte array when run.
Returns an asynchronous computation that will write the given bytes to the stream.
Extended Type: Stream
byte array
The buffer to write from.
int
An optional offset as a number of bytes in the stream.
int
An optional number of bytes to write to the stream.
Async<unit>
An asynchronous computation that will write the given bytes to the stream.
Connects a listener function to the observable. The listener will be invoked for each observation. The listener can be removed by calling Dispose on the returned IDisposable object.
Extended Type: IObservable
'T -> unit
The function to be called for each observation.
IDisposable
An object that will remove the listener if disposed.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4