[Interest] Waiting for specific signal from another thread.

Surik Sayadyan ssyrik at gmail.com
Sat Nov 10 16:50:06 CET 2012


Hi Igor,

Try to read very good post about threads in Qt -
http://qt-project.org/wiki/ThreadsEventsQObjects or my translation of
this post into Russian - http://habrahabr.ru/post/115830/ and
http://habrahabr.ru/post/115835/

Thanks,
Surik

2012/11/10 Igor Mironchik <imironchick at gmail.com>:
> Hi.
>
> I need some functionality to wait for a specific signal was emitted from
> another thread.
>
> I have QObject that works on his thread. From another thread I
> asynchronously provoke some method in this QObject. And then I need
> blocking mechanism that will wait untill this QObject will emit some
> signal. And I need to be sure that all connected to this signal slots
> were worked.
>
> How to implemet this in Qt? Any ideas?!
>
> Thanks.
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest



More information about the Interest mailing list