[Vala] shortcut: Better co-routine support with fibers

2009-04-22 Thread Sam Liddicott
Some of you know I've been wanting the coroutine/continuation support for better async handlers in Samba. I've just read Ralf Engelschall's seminal "Portable Multithreading" paper, which led to GNU Pthreads, and realised that he has enough in there to do proper portable coroutine support in vala w

Re: [Vala] Custom attributes/decorators

2009-04-22 Thread Mikkel Kamstrup Erlandsen
2009/4/22 Vlad Grecescu : > On Wed, Apr 22, 2009 at 3:54 AM, Christian Hergert > wrote: >> >> Hi Folks, >> >> I'm curious about how people feel about adding a feature for custom >> attributes/decorators that can be used for meta-programming.  If that >> doesn't make sense, let me show an example o

Re: [Vala] Custom attributes/decorators

2009-04-22 Thread Vlad Grecescu
On Wed, Apr 22, 2009 at 3:54 AM, Christian Hergert < christian.herg...@gmail.com> wrote: > Hi Folks, > > I'm curious about how people feel about adding a feature for custom > attributes/decorators that can be used for meta-programming. If that > doesn't make sense, let me show an example of what