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

Private agents don't implement Threaded #1122

Closed
jstarry opened this issue Apr 23, 2020 · 4 comments · Fixed by #2318
Closed

Private agents don't implement Threaded #1122

jstarry opened this issue Apr 23, 2020 · 4 comments · Fixed by #2318
Labels
A-yew-agent Area: The yew-agent crate bug 💵 Funded on Issuehunt This issue has been funded on Issuehunt good first issue

Comments

@jstarry
Copy link
Member

jstarry commented Apr 23, 2020

Issuehunt badges

Problem

Lacking the following implementation:

impl<T> Threaded for T
where
    T: Agent<Reach = Private>,

Implementation Tips

  • Implementing Threaded is a good first step.
  • Handler id's aren't relevant here (same as Job) and so we have the SINGLETON_ID for this reason.
    *The message queue is pretty important as well and tracked here: Implement a message queue for private workers #937

IssueHunt Summary

Backers (Total: $5.00)

Become a backer now!

Or submit a pull request to get the deposits!

Tips

@issuehunt-oss
Copy link

issuehunt-oss bot commented May 12, 2020

@jstarry has funded $5.00 to this issue.


@issuehunt-oss issuehunt-oss bot added the 💵 Funded on Issuehunt This issue has been funded on Issuehunt label May 12, 2020
@mkawalec
Copy link
Contributor

claiming this as well, as it's going to be an integral part of #947

@mc1098 mc1098 added the A-yew-agent Area: The yew-agent crate label Sep 20, 2021
@ranile
Copy link
Member

ranile commented Dec 28, 2021

Is this relevant after #2295?

CC: @futursolo

@futursolo
Copy link
Member

Is this relevant after #2295?

CC: @futursolo

I think so. I can take a took of this after #2295 is settled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-yew-agent Area: The yew-agent crate bug 💵 Funded on Issuehunt This issue has been funded on Issuehunt good first issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants