From dc225faf2497b1fc350d01b4722f5aead56269bb Mon Sep 17 00:00:00 2001 From: cetra3 Date: Thu, 15 Feb 2018 08:53:39 +1030 Subject: [PATCH] Adjust handle documentation (#140) --- src/reactor/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reactor/mod.rs b/src/reactor/mod.rs index 44a309204..56758dfb3 100644 --- a/src/reactor/mod.rs +++ b/src/reactor/mod.rs @@ -118,8 +118,8 @@ impl Reactor { }) } - /// Returns a handle to this event loop which cannot be sent across threads - /// but can be used as a proxy to the event loop itself. + /// Returns a handle to this event loop which can be sent across threads + /// and can be used as a proxy to the event loop itself. /// /// Handles are cloneable and clones always refer to the same event loop. /// This handle is typically passed into functions that create I/O objects