Re: [Vala] idea: do later w/ g_idle_add
- From: "Juerg Billeter" <j bitron ch>
- To: "Vlad Grecescu" <b100dian gmail com>
- Cc: Vala ML <vala-list gnome org>
- Subject: Re: [Vala] idea: do later w/ g_idle_add
- Date: Wed, 2 Apr 2008 12:42:01 +0200 (CEST)
On Tue, March 18, 2008 12:22, Vlad Grecescu wrote:
While reading through JavaFX's docs, i kind of liked the idea of
do later {
....
}
(here's the link:
https://openjfx.dev.java.net/JavaFX_Programming_Language.html#do_later)
I suppose java.awt.EventQueue.invokeLater functionally the same as GLibs
g_idle_add () with a function returning FALSE.
I'm interested in adding language support for asynchronous methods, which
might help in more situations. However, this might have to wait after Vala
1.0, at most we could add it as experimental language extension, if
someone has time to implement it.
Juerg
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]