Closed sffc closed 1 year ago
Is there some thread safety reason they can't implement Clone?
It should be fine. The sync one could potentially cause slowdowns since it lengthens the critical section, but it should be fine.
Is there some thread safety reason they can't implement Clone?