Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.aspect.build/llms.txt

Use this file to discover all available pages before exploring further.

function Future.block
def Future.block() -> typing.Any
function Future.map_err
def Future.map_err(callable: typing.Any) -> Future
function Future.map_ok
def Future.map_ok(callable: typing.Any) -> Future
function Future.map_ok_or_else
def Future.map_ok_or_else(
*,
map_ok: typing.Any,
map_err: typing.Any
) -> Future