mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 20:44:20 +00:00
[Feature #18339] After experimenting with the initial version of the API I figured there is a need for an exit event to cleanup instrumentation data. e.g. if you record data in a {thread_id -> data} table, you need to free associated data when a thread goes away.