Project

General

Profile

« Previous | Next » 

Revision cf59e147

Added by ko1 (Koichi Sasada) over 5 years ago

fix a thread test.

  • Use Queue for synchronization.
  • Don't use sleep 0.2 and use th.join because created thread
    can raise an exception after 0.2 seconds.