-
Victor Stinner yazdı
Use _thread.count() to wait until threads exit. The new context manager prevents the "dangling thread" warning.
ff40ecda
Use _thread.count() to wait until threads exit. The new context manager prevents the "dangling thread" warning.