Skip to content

feat: support for both Send and !Send Framed impls #189

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

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Conversation

CBenoit
Copy link
Member

@CBenoit CBenoit commented Sep 1, 2023

Using GATs we achieve genericity over Send and Sync marker traits. The FramedRead and FramedWrite traits can now be used in both single-threaded and multi-threaded contexts.

cc @probakowski @ibeckermayer does it looks good to you?
This is an alternative to #188 that is working for both web and native clients.

Using GATs we achieve genericity over Send and Sync marker traits.
The `FramedRead` and `FramedWrite` can now be used in both
single-threaded and multi-threaded contexts.
@CBenoit CBenoit enabled auto-merge (squash) September 1, 2023 15:32
@CBenoit CBenoit disabled auto-merge September 1, 2023 15:33
@CBenoit CBenoit requested a review from ibeckermayer September 1, 2023 15:33
@CBenoit CBenoit added the A-extra Area: Extra tier label Sep 1, 2023
@CBenoit CBenoit enabled auto-merge (squash) September 2, 2023 02:47
@probakowski
Copy link
Collaborator

👍 works great for me, thanks!

@CBenoit
Copy link
Member Author

CBenoit commented Sep 5, 2023

Great to hear! Can you approve the PR, please? @probakowski

@CBenoit
Copy link
Member Author

CBenoit commented Sep 5, 2023

Thank you @probakowski
I still can’t merge though, I’m sorry I thought you had the permission to approve but it looks like something was changed at the Devolutions organization level. I’ll ask another member of my team.

@CBenoit CBenoit merged commit 783167f into master Sep 6, 2023
@CBenoit CBenoit deleted the send-framed branch September 6, 2023 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-extra Area: Extra tier
Development

Successfully merging this pull request may close these issues.

3 participants