Skip to content

strands in declaration #50

@ethanrublee

Description

@ethanrublee

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions