You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation
Warnings aren't great, and NIOAtomic is deprecated.
Modifications
Replace the last use of NIOAtomic with ManagedAtomic.
Result
Fewer warnings
Fixesswift-server#606
Given the other NIOAtomics were replaced with ManagedAtomic I assume the HTTPClient one will want to be replaced as well
async-http-client/Sources/AsyncHTTPClient/HTTPClient.swift
Line 39 in 2adca4b
The text was updated successfully, but these errors were encountered: