repo.or.cz
/
vala-gnome.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 0.41.92
[vala-gnome.git]
/
tests
/
asynchronous
/
yield.vala
blob
4c4d53b3098216987f3af7bc2572b80df6a08b22
1
async
void
foo
()
2
{
3
while
(
true
) {
4
yield
;
5
}
6
}
7
8
void
main
() {
9
}
10