mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-07 00:00:09 +02:00
+1
-1
@@ -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>>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user