Header menu logo FSharp.ATProto

FeedAlgorithm Module

Helper module for creating feed algorithms from functions.

Functions and values

Function or value Description

fromFunction f

Full Usage: fromFunction f

Parameters:
Returns: IFeedAlgorithm

Create a feed algorithm from an async function.

f : FeedQuery -> Task<SkeletonFeed>
Returns: IFeedAlgorithm

fromSync f

Full Usage: fromSync f

Parameters:
Returns: IFeedAlgorithm

Create a feed algorithm from a synchronous function.

f : FeedQuery -> SkeletonFeed
Returns: IFeedAlgorithm

Type something to start searching.