From: Eric Wong Date: 2011-12-27T17:18:30+09:00 Subject: [ruby-core:41826] Re: [ruby-trunk - Feature #5788] Thread#at_exit Motohiro KOSAKI wrote: > I don't think ruby impl w/o GVL can implement this feature. pthread_key_create() can be used to register a destructor function. I don't know about other thread APIs, though.