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

API Improvements #14

Closed
3 of 4 tasks
AldaronLau opened this issue May 13, 2022 · 1 comment
Closed
3 of 4 tasks

API Improvements #14

AldaronLau opened this issue May 13, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@AldaronLau
Copy link
Member

AldaronLau commented May 13, 2022

  • Issues arise when trying to use Task with an internal future type and trying to get it's type (briefly started looking at updating stick crate).

  • Also, look at moving the borrow of state, or re-introducing the removed closure in on().

  • Maybe implement temporary polyfill for AsyncIterator. Explore the possibility of having types that implement that trait get provided an into_iter() method that returns an iterator of futures (to reduce API duplication).

  • Should also add an example depending on whisk, for further API testing before working on wavy crate update.

@AldaronLau AldaronLau added the enhancement New feature or request label May 13, 2022
@AldaronLau AldaronLau self-assigned this May 13, 2022
@AldaronLau
Copy link
Member Author

Last task can be moved to whisk as an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant