-
Notifications
You must be signed in to change notification settings - Fork 147
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
Function Worker #267
Function Worker #267
Conversation
incredible stuff 🙏 |
@futursolo I added docs and test for the reactor worker. Hopefully this PR is ready for merge. If you could review my changes, that would be great |
@futursolo have a look again |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot approve this PR because I created it.
Other than the mistake in the sentence, which might be due to me, LGTM.
Co-authored-by: Kaede Hoshikawa <futursolo@users.noreply.github.com>
I'm confused why CI is failing. The test passes for me locally |
Maybe try to run CI with Firefox only? |
the example crashes only in CI for some reason
This pull request:
gloo::worker::actor
, exported togloo::worker
.Worker::connected
is not being called upon bridge connection.gloo::worker::oneshot
as an 1:1 worker type, constructed via procedural macro.gloo::worker::reactor
and a M:N worker type, constructed via procedural macro.Still missing:
Fix #251.