-
Notifications
You must be signed in to change notification settings - Fork 78
Implement setting actor metadata with property wrapper fields #988
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
Conversation
| // | ||
| //===----------------------------------------------------------------------===// | ||
|
|
||
| import Dispatch |
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.
used?
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.
here yes sadly, just in case™ we use a semaphore here
lookup for metadata patterns
|
@swift-server-bot test this please |
|
Sigh was happy all day and now a bit flaky... |
|
Failure is the recently flaky after nio update: #945 |
Resolves #479
Resolves #983
Provides a good usability basis for #979
This allows for the following:
and replaces our
_Props.$forSpawn.withValue(...) { ... }dance.I've not replaced all the uses of the forSpawn yet, but we should be able to for all DA declarations we have 👍