]> git.lizzy.rs Git - rust.git/commit
Enhance timers to create ports
authorAlex Crichton <alex@alexcrichton.com>
Sat, 26 Oct 2013 04:55:10 +0000 (21:55 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 26 Oct 2013 05:12:55 +0000 (22:12 -0700)
commit7a1d97e62cd467596457d850fd5e73f6160159c2
treedb458c437467ccc81610a13ea48fe551ca3c57e1
parentbaeed886aa64943ad48121cc3b57dabec12bc835
Enhance timers to create ports

In addition to being able to sleep the current task, timers should be able to
create ports which get notified after a period of time.

Closes #10014
src/libstd/rt/io/timer.rs
src/libstd/rt/rtio.rs
src/libstd/rt/uv/uvio.rs