reckart / tt4j

TreeTagger for Java
http://reckart.github.io/tt4j/
Apache License 2.0
16 stars 7 forks source link

Exceptions in reader and writer threads may go undetected #1

Closed reckart closed 9 years ago

reckart commented 9 years ago

Original issue 1 created by reckart on 2010-08-20T14:08:55.000Z:

Currently the check for exceptions in reader and writer threads is done only once and then TT4J waits for the reader thread to end. TT4J should repeatedly check for exceptions in the threads.

reckart commented 9 years ago

Comment #1 originally posted by reckart on 2010-08-27T21:54:48.000Z:

Fixed.