Rust Standard Library port #4
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Depends on
#3 Process Creation & Binary Support
shibedrill/gila
Reference: shibedrill/gila#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a very ambitious component, but stdlib support will make programming system servers easier. This is gonna be the bulk of Gila's functionality, so once the kernel is done with its more basic functionality, this will be a blocking task.
Note: this is going to rely HEAVILY on the APIs provided by whichever servers are provided to the kernel. The only functionality that the standard library will be able to cover perfectly will be process spawning, inspection, and killing. Everything else will rely on some API over IPC.