forked from Orchid/orchid
Orchid-base uses task-local context.
Everything else is broken at the moment.
This commit is contained in:
@@ -11,7 +11,7 @@ use std::ptr::{null, null_mut, slice_from_raw_parts};
|
||||
use std::task::{Context, Poll, Waker};
|
||||
use std::{io, mem};
|
||||
|
||||
use futures::{AsyncRead, AsyncWrite};
|
||||
use futures_io::{AsyncRead, AsyncWrite};
|
||||
|
||||
fn pipe_layout(bs: usize) -> Layout { Layout::from_size_align(bs, 1).expect("1-align is trivial") }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user