-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Description
I want to be able to do something like:
ecto::strand static_strand = ecto::strand();
ecto::wrap<imshow>("imshow", "Shows an image in a named window.").set_strand(static_strand);So that all imshow's are guaranteed to run in same thread, as this is an inherently thread unsafe module.
Reactions are currently unavailable