dont depend on wiggle for just the one func
This commit is contained in:
@@ -20,7 +20,7 @@ impl SyncSched {
|
||||
}
|
||||
}
|
||||
|
||||
#[wiggle::async_trait]
|
||||
#[async_trait::async_trait(?Send)]
|
||||
impl WasiSched for SyncSched {
|
||||
async fn poll_oneoff<'a>(&self, poll: &mut Poll<'a>) -> Result<(), Error> {
|
||||
if poll.is_empty() {
|
||||
|
||||
Reference in New Issue
Block a user