[Vala] Support for coroutines in Vala
- From: Serge Hulne <serge hulne gmail com>
- To: vala-list <vala-list gnome org>
- Subject: [Vala] Support for coroutines in Vala
- Date: Wed, 6 Jul 2011 03:42:09 +0200
Support for coroutines in Vala:
Has it been dropped ?
otherwise how does one compile examples like:
/////
void foo () yields {
message ("hello");
yield;
message ("world");
}
void main () {
foo.begin ();
message ("vala");
var loop = new MainLoop (null, false);
loop.run ();
}
/////
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]