Tuesday, 1 October 2013

How to set a thread, that it will not stop program from exiting?

Just set him as a deamon:
  thread.setDaemon(true);

Sunday, 15 September 2013

Tempus-fugit - library for concurrent code

The tempus-fugit library helps you write and test concurrent code.
It helps you...
Write cleaner concurrent code with less boiler plate code
Introduce determinism back into your concurrent tests
Leverage your synergies and generally be awesome

More here: http://tempusfugitlibrary.org/