Skip to content

Commit 3a403e3

Browse files
committed
Add pipes::oneshot() to wrap pipes::oneshot::init()
1 parent 2ac2883 commit 3a403e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/pipes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export send_packet, recv_packet, send, recv, try_recv, peek;
9090
export select, select2, selecti, select2i, selectable;
9191
export spawn_service, spawn_service_recv;
9292
export stream, port, chan, shared_chan, port_set, channel;
93-
export oneshot, recv_one, try_recv_one;
93+
export oneshot, recv_one, try_recv_one, send_one, try_send_one;
9494

9595
#[doc(hidden)]
9696
const SPIN_COUNT: uint = 0;

0 commit comments

Comments
 (0)