Commit 226542d
* Serialize Linux URLSession request paths to mitigate _MultiHandle race
* Incorporate feedback from review
* Replace withLock instance method with top-level withLinuxRequestLock helper
* Fix Linux compiler bug around generic returning lock helper
* More workarounds for Linux compiler bugs
* Incorporate feedback from review
* AsyncHTTPClient support for linux (#143)
* deps: add trait-based import of AsyncHTTPClient
* feat: implement transparent AsyncHTTPClient wrapper
* deps: conditionally include trait in EventSource
* Increase HTTP request timeout from 60 to 180 seconds
---------
Co-authored-by: Leonhard Solbach <49833472+KotlinFactory@users.noreply.github.com>
* Incorporate feedback from review
* swift format -i -r .
---------
Co-authored-by: Jonas Stoehr <jonass@dev.jsje.de>
Co-authored-by: Leonhard Solbach <49833472+KotlinFactory@users.noreply.github.com>
1 parent 7b311b1 commit 226542d
11 files changed
Lines changed: 760 additions & 94 deletions
File tree
- Sources/AnyLanguageModel
- Extensions
- Models
- Tests/AnyLanguageModelTests
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
33 | 41 | | |
34 | 42 | | |
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
| 47 | + | |
39 | 48 | | |
40 | 49 | | |
41 | 50 | | |
| |||
70 | 79 | | |
71 | 80 | | |
72 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
73 | 87 | | |
74 | 88 | | |
75 | 89 | | |
| |||
83 | 97 | | |
84 | 98 | | |
85 | 99 | | |
86 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
87 | 108 | | |
88 | 109 | | |
89 | 110 | | |
0 commit comments