feat(furvm): add on release callback to refcount handles

Refs: #12
This commit is contained in:
2026-06-20 12:19:53 +02:00
parent 190aa8f985
commit d46aa45c1f
2 changed files with 13 additions and 13 deletions
-5
View File
@@ -94,11 +94,6 @@ public:
}
thing_allocator<std::byte> thing_alloc() const { return m_thingAllocator; }
public:
/**
* @brief Removes unreferenced things from the thing list.
*/
void collect();
private:
handle_container<mod_h> m_modules;
handle_container<thing_h> m_things;