Re: [Gambas-user] Gambas is not multi-threaded, but... (fixed version)

2012-08-24 Thread Sebastian Kulesz
On Fri, Aug 24, 2012 at 7:50 PM, Benoît Minisini wrote: > Le 25/08/2012 00:47, Olivier Cruilles a écrit : >> Hi Benoit, >> >> Great news, i'll try it as soon because it's very interesting. Why did you >> implement that now, just to know ? >> >> Cordialement, >> >> Olivier Cruilles > > Just becaus

Re: [Gambas-user] Gambas is not multi-threaded, but... (fixed version)

2012-08-24 Thread Benoît Minisini
Le 25/08/2012 00:47, Olivier Cruilles a écrit : > Hi Benoit, > > Great news, i'll try it as soon because it's very interesting. Why did you > implement that now, just to know ? > > Cordialement, > > Olivier Cruilles Just because I had the idea last night, and that the implementation was simple e

Re: [Gambas-user] Gambas is not multi-threaded, but... (fixed version)

2012-08-24 Thread Olivier Cruilles
Hi Benoit, Great news, i'll try it as soon because it's very interesting. Why did you implement that now, just to know ? Cordialement, Olivier Cruilles Mail: linu...@club-internet.fr Le 25 août 2012 à 00:41, Benoît Minisini a écrit : > Hi, > > In revision #5076, I added a new gb.task compo

[Gambas-user] Gambas is not multi-threaded, but... (fixed version)

2012-08-24 Thread Benoît Minisini
Hi, In revision #5076, I added a new gb.task component that allows you to run a class in the background. Internally, the interpreter is "simply" forked. But it's not that simple. :-) How does it work? Once gb.task is checked in the IDE, you get a new class named "Task". To run a class in the