Explicitly create the writerThread to be an executor with an unbounded linked blockin...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 6 Jun 2012 12:07:18 +0000 (12:07 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 6 Jun 2012 12:07:18 +0000 (12:07 +0000)
commit2152a7c12224c1545a5ee4375f097cf67d78609f
tree6bdcbdfe4f69c145af277b11a036b18b16ed62a6
parentb14d316427e1f27271dcd34f673b14db308112f4
Explicitly create the writerThread to be an executor with an unbounded linked blocking queue.  I have sometimes seen rejected exceptions (which should never happen) using the Executors.newSingleThreadExecutor which makes me doubt the documentation.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@760 180e2498-e6e9-4542-8430-84ac67f01cd8
core/src/net/sf/openrocket/startup/ConcurrentLoadingThrustCurveMotorSetDatabase.java