How to handle multi-threaded environments? #10
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently multi-threading management is not desired because of the plugin architecture. Each plugin operates within another environment defined by the customer's application. Therefore, a generic architecture might be possible, but the common strategy is to let the customer implement multi-threading and handle multiple instances of the plugin.
Reopen the issue if a generic multi-threading solution becomes relevant