dbrattli / dbrattli/Expression

Async methods

Open
#213 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
775
Forks
38
Avg merge
1d 8h
Merged PRs (30d)
10

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.