-
Notifications
You must be signed in to change notification settings - Fork 19
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
Create a safe SVC module #99
Comments
(I'm assuming the async/await stuff you're talking about would be wrapping over services/IPC. Sorry if this is the wrong place to ask about this) I've been reading 3dbrew trying to learn about how IPC works, and looking at some example code online. It looks like |
It is the wrong place (no worries though). I was talking specifically about the
It seems the |
Could you elaborate more about your vision for this? I'm still confused about which parts of |
After further research, this issue seems mostly impossible/out-of-scope/still to determine/unnecessary. If I find the right inspiration and ideas about something similar I'll open a more specific PR. |
svc
is one of the most unsafe and dangerous interfaces of the 3DS' system. However, thanks to the current state of thing in the Rust ecosystem, we could do great things by implementing thesvc
wrapper to use Rust'sasync/await
syntax.This has the potential become one of the strong points of our toolchain. Nontheless, development is impaired by the lack of threading support.
The text was updated successfully, but these errors were encountered: