dont depend on wiggle for just the one func

This commit is contained in:
Pat Hickey
2021-05-06 11:19:25 -07:00
parent 208013e34e
commit f3ffd74566
6 changed files with 7 additions and 7 deletions

View File

@@ -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() {