From: Noah Roberts (roberts.noah_at_[hidden])
Date: 2006-12-19 19:14:59


The boost::signals library faq says that the library is not thread
safe and is in fact dangerous. Does anyone know why? What are the
implications of using the signals library in a threaded environment?
Would I be better off implementing an event or observer architecture
with boost::function instead?

thanks