Jonathan Grynspan

Results 522 comments of Jonathan Grynspan

I would not recommend using `NSCondition` in Swift, especially in concurrent code. I know that's not a very satisfactory answer, but `NSCondition` is generally incompatible with Swift concurrency because it...

@kubamracek Does this sort of thing (a global run-once function akin to a static initializer) dovetail at all with your `@section` work?

We can keep this issue open as there's still value in the proposed API.

Tracked internally as rdar://133420399.

We had toyed with this before we shared the repo publicly. I think we ran into trouble because it wasn't clear what the fine semantics of a `.repeating(n)` trait would...