-
Notifications
You must be signed in to change notification settings - Fork 27
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
Make the interchange be provided by the runner #100
base: main
Are you sure you want to change the base?
Conversation
This allows removing the client-N feature flags
d33f30e
to
1fa0d2a
Compare
Please don’t remove the |
1fa0d2a
to
b0d03a8
Compare
3791212
to
2bbe4cc
Compare
I don't really understand why the size is that high. The size of the `Message` struct is 2416. The channel is a message in an unsafecell + 1 atomicU8 and 2 atomic bools. It should only 3 more bytes but for some reason it's 16
2bbe4cc
to
8fdeefd
Compare
I think there's a better solution that doesn't require lifetimes everywhere. If we make |
This allows for more flexibility. Ultimately the goal it to enable running multiple trussed instances at the same time.