book icon indicating copy to clipboard operation
book copied to clipboard

Use Vec::drain() to move thread out of the vector #3248

Open andrei-21 opened this issue 3 years ago • 0 comments

Use Vec::drain method which allows to move elements out of the vector. Then wrapping thread into Option is not needed.

andrei-21 avatar Jun 29 '22 23:06 andrei-21