One time async executor #7

Closed
opened 2022-12-26 19:41:20 +00:00 by juju · 1 comment
Owner

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.

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.
juju added the
Feature
label 2022-12-26 19:41:20 +00:00
Author
Owner

Edit: this is trash, do threads instead

Edit: this is trash, do threads instead
juju closed this issue 2022-12-30 09:24:36 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: juju/JuliOS#7
No description provided.