]> git.lizzy.rs Git - rust.git/commit
auto merge of #8254 : brson/rust/libuv-mac-supp, r=pcwalton
authorbors <bors@rust-lang.org>
Sun, 4 Aug 2013 12:28:57 +0000 (05:28 -0700)
committerbors <bors@rust-lang.org>
Sun, 4 Aug 2013 12:28:57 +0000 (05:28 -0700)
commit5cf69d5bf8fa6424eca5b1589e90db5a19f16330
tree01907659318e6f3925c3ffb25938a2a646a0786b
parent91b711883cd98e35fd7588b7decf2119e18051f7
parent8f9c1724d0e085c673df3134bdc606cde72207a1
auto merge of #8254 : brson/rust/libuv-mac-supp, r=pcwalton

I suspect that this is a race between process exit and the termination of
worker threads used by libuv (if I sleep before exit it doesn't leak). This
isn't going to cause any real problems but should probably be fixed at
some point.

r? @pcwalton

cc #8253