]> git.vpit.fr Git - perl/modules/indirect.git/commit - indirect.xs
Reference-count global setup/teardown
authorVincent Pit <vince@profvince.com>
Mon, 6 Apr 2015 18:45:46 +0000 (15:45 -0300)
committerVincent Pit <vince@profvince.com>
Mon, 6 Apr 2015 18:45:50 +0000 (15:45 -0300)
commitb5ecb08dcda60cbbcb1c312717a1b5a4d2edb2ac
treecb8a91e24b7d9e27c50f81cb15ffdc2ca522624d
parent831f88dd7f6372e1a1f01db13f4c288fef0e2619
Reference-count global setup/teardown

This fixes surprises like this one : module loaded in thread 1, then in
thread 2, then thread 1 ends and now the module does not work anymore in
thread 2 (even though it should).
indirect.xs