We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sendable
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
I'm pretty sure we want to allow Spans to be passed around. For this reason we should require them to be Sendable.
Span
The text was updated successfully, but these errors were encountered:
Agreed, will do
Sorry, something went wrong.
Tbh a lot of the types should be Sendable, even Injector and friends probably too.
ktoso
Successfully merging a pull request may close this issue.
I'm pretty sure we want to allow
Span
s to be passed around. For this reason we should require them to beSendable
.The text was updated successfully, but these errors were encountered: