Files
Andrew Hart 62592398e2 DesktopClient now uses volitile bool to shutdown.
In order to safely be accessed across threads, the private bool which dictates whether or not the DesktopClient is running has been decorated with the volitile keyword.  This should enable the DesktopClient to safely be shutdown from another thread.
2016-09-01 11:14:50 -04:00
..