I am new to boost meta state library. I am building one app, where I have to use msm.
My application has two threads, where they use same msm object as a shared resources. Now will the msm be thread safe if both threads call process_event on the same msm object?
Any idea is welcome.