We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffcd65 commit 3e77f65Copy full SHA for 3e77f65
Sources/AsyncHTTPClient/ConnectionPool/HTTPConnectionPool.swift
@@ -88,7 +88,9 @@ final class HTTPConnectionPool {
88
89
// MARK: Actions
90
91
- ///
+ /// An `HTTPConnectionPool` internal action type that matches the `StateMachine`'s action.
92
+ /// However it splits up the actions into actions that need to be executed inside the `stateLock`
93
+ /// and outside the `stateLock`.
94
private struct Actions {
95
enum ConnectionAction {
96
enum Unlocked {
0 commit comments