Skip to content

Conversation

@yim-lee
Copy link
Member

@yim-lee yim-lee commented Jul 27, 2022

Resolves #999

This only public enums left are:


/// INTERNAL API: May change without any prior notice.
public struct _ResolveContext<Message: Codable> {
internal struct _ResolveContext<Message: Codable> {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome, thank you -- looking forward to getting rid of this one entirely soon


public var receptionist: ReceptionistSettings = .default

internal var transports: [_InternalActorTransport] = []
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

excellent, thank you!

public static func `static`(_ workers: [Worker]) -> Selector {
.init(underlying: .static(workers))
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great 🎉

@ktoso
Copy link
Member

ktoso commented Jul 27, 2022

Fixed a minor formatting, LGTM! Thank you, awesome work here

@ktoso ktoso merged commit 4abb088 into apple:main Jul 27, 2022
@yim-lee yim-lee deleted the iss999-3 branch July 27, 2022 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants