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

Use async-trait for System. #2

Merged
merged 4 commits into from
Apr 1, 2023
Merged

Use async-trait for System. #2

merged 4 commits into from
Apr 1, 2023

Conversation

milesj
Copy link
Collaborator

@milesj milesj commented Mar 31, 2023

It has a nicer API and allows implementers of System to also use async-trait without having to use the SystemFutureResult + Box/Pin approach.

@milesj milesj merged commit 7fa0e6f into master Apr 1, 2023
@milesj milesj deleted the async-trait branch April 1, 2023 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant