Skip to content

Async methods #213

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),
)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions