Skip to content

Async methods #213

Open
Open
@ChaimTPipl

Description

@ChaimTPipl

is there a way to use epression on async methods like:

async def enrich_inputs(a):
return a*2

a = await Seq.of(graph_connections).pipe(
seq.map(enrich_inputs),
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions