Hi,
First off, great library! We are looking into using the library for a major project instead of WWF. We are doing some pilots with Stateless and I was wondering how Stateless handles multiples triggers at the same time. For instance when two triggers at the same time are fired, are they queued (with locks for instance)? Or will the be handled at the same time?
If so, it is possible that when one permitIf action takes longer than the other, the first will always succeed the other?
We are now using locks to prevents this kind of behaviour, and would like to know if Statless has anything like this build-in.
Thanks!
Simon