Is boost::io_service::post thread safe?

Viewed 6692

Is it thread safe to post new handlers from within a handler? I.e. Can threads that called the io_service::run() post new Handlers to the same io_service?

Thanks

2 Answers
Related