[sigc] Thread safety question?



If I have a signal connected to a slot and once the connection is established, can I run multiple threads that call emit() on the same signal. In other words, is the emit() function thread-safe? From my examples, it seems it is not.

Cheers,
-b


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]