1
0
mirror of https://github.com/square/okhttp.git synced 2025-12-06 18:21:01 +03:00
Commit Graph

3 Commits

Author SHA1 Message Date
Manish Sharma
2fd0da8bc4 Update concurrency.md (#6290) 2020-09-30 12:01:02 -04:00
Jesse Wilson
bafad8c998 Use finer-grained locks in the connection pool
Previously we were locking the RealConnectionPool for all
connection-related state, including cancelation.

This changes the locks to be per-Connection, leaning heavily
on thread-confined fields in RealCall, Exchange, and
ExchangeFinder.
2020-05-24 23:20:40 -04:00
AJ
682db1252c Use MkDocs to generate website
This PR sets up [MkDocs](https://squidfunk.github.io/mkdocs-material/) static site generation for both user documentation and API docs.
2019-06-19 18:14:21 -07:00