rust/library
bors c3190c1eb4 Auto merge of #90442 - ChrisDenton:win-tls-dtor, r=alexcrichton
Windows thread-local keyless drop

`#[thread_local]` allows us to maintain a per-thread list of destructors. This also avoids the need to synchronize global data (which is particularly tricky within the TLS callback function).

r? `@alexcrichton`
2021-11-02 12:15:08 +00:00
..
2021-10-17 21:20:18 -04:00
2021-09-28 11:31:47 +09:00
2021-09-28 11:31:47 +09:00
2021-09-21 11:24:08 +02:00