One time async executor #7
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?
TODO before implementing: check how TSS work, maybe it will solve all my async issues with syscall and process scheduler
Implement a one time executor to execute a single asynchronous task.
Maybe this is trash but it is the only idea I have for now to handle syscalls.
Basically async exec a task in the syscall handler, which virtually makes the syscall synchronous but I don't know.
Edit: this is trash, do threads instead