Skip to content

Commit 3e77f65

Browse files
committed
Code comment
1 parent dffcd65 commit 3e77f65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/AsyncHTTPClient/ConnectionPool/HTTPConnectionPool.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ final class HTTPConnectionPool {
8888

8989
// MARK: Actions
9090

91-
///
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`.
9294
private struct Actions {
9395
enum ConnectionAction {
9496
enum Unlocked {

0 commit comments

Comments
 (0)