cpu_worker: add worker-thread framework
This commit is contained in:
parent
874d0d0c59
commit
ed4ef3c8e7
10 changed files with 718 additions and 3 deletions
|
|
@ -15,7 +15,6 @@ use {
|
|||
};
|
||||
|
||||
impl IoUring {
|
||||
#[expect(dead_code)]
|
||||
pub async fn read_no_cancel(
|
||||
&self,
|
||||
fd: Fd,
|
||||
|
|
@ -35,7 +34,6 @@ impl IoUring {
|
|||
.await
|
||||
}
|
||||
|
||||
#[expect(dead_code)]
|
||||
pub async fn write_no_cancel(
|
||||
&self,
|
||||
fd: Fd,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue