Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy Future 1 #84

Open
2 tasks
kononovk opened this issue Sep 14, 2021 · 0 comments
Open
2 tasks

Lazy Future 1 #84

kononovk opened this issue Sep 14, 2021 · 0 comments
Assignees
Labels
enhancement New feature

Comments

@kononovk
Copy link
Member

kononovk commented Sep 14, 2021

Check researches and implementations of shared future (e.g. libunifex, articles, etc.). Try to design and implement this abstraction.

  • Add lazy::Run, which returns a special object (Sender concept): save functor on the stack and make method Get which return Future.
  • Make method for Sender with same semantic as Future::Then.
@kononovk kononovk added the enhancement New feature label Sep 14, 2021
@kononovk kononovk added this to the Release 2 milestone Sep 14, 2021
@kononovk kononovk self-assigned this Sep 14, 2021
@kononovk kononovk added this to To Do in Future/Promise via automation Sep 14, 2021
@MBkkt MBkkt changed the title Lazy Future Lazy Future 1 Sep 14, 2021
@MBkkt MBkkt added this to In Progress in Sender/Receiver Sep 14, 2021
@MBkkt MBkkt moved this from In Progress to To Do in Sender/Receiver Sep 14, 2021
@MBkkt MBkkt removed this from To Do in Future/Promise Sep 14, 2021
@MBkkt MBkkt modified the milestones: Release 2, Not main priority Aug 6, 2022
@MBkkt MBkkt removed this from To Do in Sender/Receiver Aug 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature
Projects
None yet
Development

No branches or pull requests

2 participants