alliedmodders / amtl

AlliedModders C++ Template Library
29 stars 19 forks source link

Remove threadutils in favor of STL threads. #91

Closed dvander closed 4 years ago

dvander commented 4 years ago

The only value-add of AMTL threads was the ability to check whether the underlying platform bits were successfully allocated or not. Since we don't use this feature anywhere in SourceMod or SourcePawn, remove it and transition to STL threads.