The docs about timer::delayed_send() at http://dl.rust-lang.org/doc/std/timer.html say: ``` This call returns immediately. ``` In fact, it doesn't return immediately but blocks. Does this need a code fix or should the documentation be corrected?