Open tnovotny opened 6 years ago
In the Example
func_b
pop
push
term
atomic<bool>
Thanks! I'll take a look this weekend.
In the Example
func_b
should be doing apop
and notpush
.term
. That's UB, so it should probably be something like anatomic<bool>
.