index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
lib-task.rs
blob: f1cca720ed7c3dba94bf50c9d6927c42a4ce4bd1 (
plain
) (
blame
)
1
2
3
4
5
6
use
std
;
import
std
::
_task
;
fn
main
()
{
_task
::
sleep
(
1000000
u
);
}