1
0
mirror of https://github.com/janet-lang/janet synced 2025-04-20 09:43:15 +00:00
Calvin Rose e5893d0692 Fix reference counting for threaded abstract types.
Was very borked. The sweep phase should drop references to unused
abstracts but wasn't, resulting in each collection decrementing the
count by one until 0 was hit, even if other threads maintained a
reference.
2023-08-20 14:50:46 -05:00
..
2023-08-05 18:58:04 -05:00