book
book copied to clipboard
Use Vec::drain() to move thread out of the vector #3248
Use Vec::drain method which allows to move elements out of the vector. Then wrapping thread into Option is not needed.