thread
Brett 2024-07-19 22:54:32 -04:00
parent 8e5a3f3b7c
commit 5d72923998
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.25)
project(blt-gp VERSION 0.0.89)
project(blt-gp VERSION 0.0.90)
include(CTest)

View File

@ -502,6 +502,11 @@ namespace blt::gp
delete cpy;
}
void kill()
{
thread_helper.lifetime_over = true;
}
private:
type_provider& system;