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 824844a commit 6677640Copy full SHA for 6677640
2 files changed
README.md
@@ -478,8 +478,11 @@ py:execution_mode(). %% => free_threaded | subinterp | multi_executor
478
- [Getting Started](docs/getting-started.md)
479
- [AI Integration Guide](docs/ai-integration.md)
480
- [Type Conversion](docs/type-conversion.md)
481
+- [Context Affinity](docs/context-affinity.md)
482
- [Scalability](docs/scalability.md)
483
- [Streaming](docs/streaming.md)
484
+- [Threading](docs/threading.md)
485
+- [Changelog](CHANGELOG.md)
486
487
## License
488
rebar.config
@@ -43,8 +43,7 @@
43
<<"docs/memory.md">>,
44
<<"docs/scalability.md">>,
45
<<"docs/threading.md">>,
46
- <<"docs/testing-free-threading.md">>,
47
- <<"CHANGELOG.md">>
+ <<"docs/testing-free-threading.md">>
48
]},
49
{groups_for_extras, [
50
{<<"Guides">>, [
0 commit comments