Skip to content

Commit

Permalink
Remove unnecessary 'FIXME' comment (#3059)
Browse files Browse the repository at this point in the history
This was left in when pull request #3044 was merged, but as discussed on
that pull request, this doesn't need to be fixed.
  • Loading branch information
orobio authored Jan 14, 2025
1 parent 96877af commit ed8e395
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,6 @@ final class NIOAsyncWriterTests: XCTestCase {
self.delegate.didYieldHandler = { _ in
if self.delegate.didYieldCallCount == 1 {
// Delay this yield until the other yield is suspended again.
// FIXME: This will never finish if no other thread is handling the other yield.
suspendedAgain.lock(whenValue: true)
suspendedAgain.unlock()
}
Expand Down

0 comments on commit ed8e395

Please sign in to comment.