diff --git a/Project.toml b/Project.toml index fa1d560..901a7e6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ThreadingUtilities" uuid = "8290d209-cae3-49c0-8002-c8c24d57dab5" authors = ["Chris Elrod and contributors"] -version = "0.4.5" +version = "0.4.6" [deps] ManualMemory = "d125e4d3-2237-4719-b19c-fa641b8a4667" diff --git a/src/threadtasks.jl b/src/threadtasks.jl index 6bf4d49..55f38bc 100644 --- a/src/threadtasks.jl +++ b/src/threadtasks.jl @@ -54,6 +54,7 @@ end @noinline function checktask(tid) t = TASKS[tid] if istaskfailed(t) + display(t) dump(t) initialize_task(tid) return true