LaKraven / LKSL

LaKraven Studios Standard Library
http://otapi.com
Other
51 stars 15 forks source link

High Precision Thread - Make .Kill routine take place on Destructor instead #36

Closed LaKraven closed 9 years ago

LaKraven commented 9 years ago

As the title suggests, on ref-counted systems, it may not be your code which ends up destroying the TLKThread descendant instances.

As a consequence, it is necessary to remove the .Kill method, and instead make the destructor take responsibility for correctly terminating the Thread.

LaKraven commented 9 years ago

Completed in ae54eb9