msmobility / mito

Microscopic Transportation Orchestrator
7 stars 13 forks source link

Thread shutdown usage for MITO to properly end after completion #63

Closed RRothfeld closed 5 years ago

RRothfeld commented 5 years ago

Java did not end upon completion of MITO since a few threads were not closed. Added shutdown-function usage for all concurrent threading to ensure all threads are closed and Java can completely end after MITO.

nkuehnel commented 5 years ago

thanks!