Re: [Development] Execute a function in the specified existing thread

2023-06-08 Thread Thiago Macieira
On Wednesday, 7 June 2023 19:18:02 PDT JiDe Zhang wrote: > > please make sure your contribution uses QMetaCallEvent. > > Why uses QMetaCallEvent? I don't know how to make the function arguments to > void** for QMetaCallEvent constructor. Maybe I can use > QAbstractMetaCallEvent. My point is that

Re: [Development] Execute a function in the specified existing thread

2023-06-08 Thread Volker Hilsheimer via Development
> On 7 Jun 2023, at 17:20, Thiago Macieira wrote: > > On Wednesday, 7 June 2023 01:53:47 PDT JiDe Zhang wrote: >> I am writing a tool to allowed call a function in the specified existing >> thread, I want to contribution it to Qt project, are you like? > > We do this internally, but don't usua