We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab914d commit d882274Copy full SHA for d882274
src/libstd/timer.rs
@@ -23,7 +23,7 @@ use comm = core::comm;
23
* * ch - a channel of type T to send a `val` on
24
* * val - a value of type T to send over the provided `ch`
25
*/
26
-pub fn delayed_send<T: Copy Send>(iotask: IoTask,
+pub fn delayed_send<T: Send>(iotask: IoTask,
27
msecs: uint, ch: comm::Chan<T>, val: T) {
28
unsafe {
29
let timer_done_po = core::comm::Port::<()>();
0 commit comments