On Fri, Mar 20, 2015 at 11:29 AM, wrote:
> Hi everyone,
>
> just like the title says I'm searching for a mechanism which allows to call a
> callback function from a thread, being the callback executed in the parent
> thread (it can also be the main thread). I'm basically looking for something
Hi everyone,
just like the title says I'm searching for a mechanism which allows to call a
callback function from a thread, being the callback executed in the parent
thread (it can also be the main thread). I'm basically looking for something
like the CallAfter method of the wx or the signal sl