-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Low PriorityThis can wait till someone is free and can work on thisThis can wait till someone is free and can work on thisgood first issueGood for newcomersGood for newcomers
Description
As of right now, we must do the following when working with some adaptors:
co_await (rstream | map<int>([](int value) {...}) | filter<std::string>([](std::string){...}) ...;We should be only needing to do this:
co_await (rstream | map([](int value) {...}) | filter([](std::string) {...}) ...;We shouldn't have to explicitly mention the generic attributes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Low PriorityThis can wait till someone is free and can work on thisThis can wait till someone is free and can work on thisgood first issueGood for newcomersGood for newcomers
Projects
Status
Backlog