Skip to content

Commit

Permalink
Re-release 6.7.0. ThreadPool class fix : avoid consuming 100% of the …
Browse files Browse the repository at this point in the history
…CPU in the absence of a task to perform. Validated with big 3D meshes parallel generation.
  • Loading branch information
Charles PIGNEROL committed Jan 31, 2024
1 parent 873ef5c commit ac3096d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

set (TK_UTIL_MAJOR_VERSION "6")
set (TK_UTIL_MINOR_VERSION "7")
set (TK_UTIL_RELEASE_VERSION "0.beta")
set (TK_UTIL_RELEASE_VERSION "0")
set (TK_UTIL_VERSION ${TK_UTIL_MAJOR_VERSION}.${TK_UTIL_MINOR_VERSION}.${TK_UTIL_RELEASE_VERSION})

set (TK_UTIL_SCRIPTING_MAJOR_VERSION ${TK_UTIL_MAJOR_VERSION})
Expand Down
4 changes: 2 additions & 2 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 6.7.0 beta : 30/01/24
====================
Version 6.7.0 : 30/01/24
===============

ThreadPool : ne pas mobiliser 100% du CPU en l'absence de tâche
- ThreadPool::getTask ( ) non bloquante
Expand Down

0 comments on commit ac3096d

Please sign in to comment.