Files
swift-mirror/stdlib/private/SwiftPrivateThreadExtras/SwiftPrivateThreadExtras.swift
Saleem Abdulrasool dcc10ba39f SwiftPrivateThreadExtras: address improvement suggestions
Use `ThreadHandle(bitPattern:)` rather than `unsafeBitCast` for the
conversion of the `uintptr_t` to the `HANDLE`.  Convert a variable from
`var` to `let` binding.
2019-02-16 10:31:04 -08:00

5.3 KiB