Aaron Deibele
Aaron Deibele
One way make sure the action is completed for the sake of testing would be return the thread and join it before starting your test. I'll push some changes for...
Another approach would be to let a parameter determine whether to run the stitch concurrently or synchronously. On Fri, May 14, 2021 at 9:45 AM Aaron Deibele ***@***.***> wrote: >...
It looks like a good approach. I think you missed and underscore in "return thread { do stitching }" and I would name the thread method something like exclusive_thread to...