You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have something like "Multi-threading cheat sheet" page in the documentation. Where in a short matter would be listed what places are synchronous and asynchronous. And even better is what are common intersection points and recommendations. Like
JProcessor::Init() and JProcessor::Finish() - are synchronous but JProcessor::Process() is run in multiple threads. There are JEventProcessorSequential etc.
The text was updated successfully, but these errors were encountered:
It would be nice to have something like "Multi-threading cheat sheet" page in the documentation. Where in a short matter would be listed what places are synchronous and asynchronous. And even better is what are common intersection points and recommendations. Like
JProcessor::Init() and JProcessor::Finish() - are synchronous but JProcessor::Process() is run in multiple threads. There are JEventProcessorSequential etc.
The text was updated successfully, but these errors were encountered: