mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-09 00:00:08 +02:00
chore: bump to newer nightly (#1426)
This commit is contained in:
@@ -136,7 +136,7 @@ impl tokio_executor::Executor for Sender {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> tokio_executor::Executor for &'a Sender {
|
||||
impl tokio_executor::Executor for &Sender {
|
||||
fn status(&self) -> Result<(), tokio_executor::SpawnError> {
|
||||
let state: pool::State = self.pool.state.load(Acquire).into();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user