reafactor(orbital): Reimplement Orbital support using std::fs and redox_event (#4470)

Implemented Send and Sync for EventQueue
This commit is contained in:
isan
2026-02-03 16:23:40 +01:00
committed by GitHub
parent b8f28efd04
commit 5218e11e55
5 changed files with 75 additions and 68 deletions

View File

@@ -21,5 +21,6 @@ tracing.workspace = true
winit-core.workspace = true
# Platform-specific
libredox.workspace = true
orbclient.workspace = true
redox_syscall.workspace = true
redox_event.workspace = true