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

Sync utils #17

Open
anton-dutov opened this issue Jul 11, 2017 · 2 comments
Open

Sync utils #17

anton-dutov opened this issue Jul 11, 2017 · 2 comments

Comments

@anton-dutov
Copy link

Some times we need wait for event without eventloop, any plans to implement asyncAwait utils?

@s-ludwig
Copy link
Member

Do you mean like the one in vibe-core, but without fibers? That would mean that only a single wait can happen at a time, would that actually be useful?

@anton-dutov
Copy link
Author

I think, that useful for testing or single connection client-side

  • Connect to server
  • Wait
  • Check status
  • Write
  • Wait
  • Read
  • Wait

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

No branches or pull requests

2 participants