A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://fsharp.github.io/fsharp-core-docs/reference/fsharp-control-commonextensions.html below:

CommonExtensions (FSharp.Core) | FSharp.Core

Permanently connects a listener function to the observable. The listener will be invoked for each observation.

Extended Type: IObservable

callback : '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

buffer : byte array

The buffer to read into.

?offset : int

An optional offset as a number of bytes in the stream.

?count : int

An optional number of bytes to read from the stream.

Returns: 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

count : int

The number of bytes to read.

Returns: 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

buffer : byte array

The buffer to write from.

?offset : int

An optional offset as a number of bytes in the stream.

?count : int

An optional number of bytes to write to the stream.

Returns: 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

callback : 'T -> unit

The function to be called for each observation.

Returns: 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