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

Asynchify public APIs #206

Open
flekschas opened this issue Apr 29, 2020 · 0 comments
Open

Asynchify public APIs #206

flekschas opened this issue Apr 29, 2020 · 0 comments
Assignees
Labels
improvement A feature improvement

Comments

@flekschas
Copy link
Owner

Most of our APIs are async and without returning a promise it's hard to figure out when an action is fully applied. The following methods should return a promise:

  • arrangeBy
  • groupBy
  • halt
  • importState
  • render
  • renderer
  • resume
  • set

Sync methods:

  • exportState
  • get
  • subscribe
  • unsubscribe
@flekschas flekschas added the improvement A feature improvement label Apr 29, 2020
@flekschas flekschas self-assigned this Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement A feature improvement
Projects
None yet
Development

No branches or pull requests

1 participant