mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
commit
a99b2529e0
@ -11,7 +11,7 @@ pub struct ReadHalf<T> {
|
||||
handle: TaskRc<RefCell<T>>,
|
||||
}
|
||||
|
||||
/// The readable half of an object returned from `Io::split`.
|
||||
/// The writable half of an object returned from `Io::split`.
|
||||
pub struct WriteHalf<T> {
|
||||
handle: TaskRc<RefCell<T>>,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user