Open ebousse opened 7 years ago
with the transfer of the code to the Eclipse foundation (see gemoc@eclipse), this repository is now deprecated and replaced by https://github.com/eclipse/gemoc-studio-modeldebugging/
Since only the master branch was transfered, this pull request was not taken into account.
Please consider contributing/adapting this pull request to the new official repository https://github.com/eclipse/gemoc-studio-modeldebugging/
Add the possibility to start a GEMOC engine without always creating a new Java thread.
I required this for my own experiments, in which I encountered problems when multiple Java threads try to make transations to a unique Resource.
Also, this might help simplifying some test procedures.