Skip to content

Commit 453797e

Browse files
committed
precompile: Reset thunk ID counter to 1
1 parent 6ec86a1 commit 453797e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/precompile.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@
4949
yield()
5050
@assert isempty(Sch.WORKER_MONITOR_CHANS)
5151
@assert isempty(Sch.WORKER_MONITOR_TASKS)
52+
ID_COUNTER[] = 1
5253
end

0 commit comments

Comments
 (0)