Replies: 1 comment
-
This is cac-client.ts
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Key Interface Components
1. Client LifeCycle Management
2. Configuration Resolution
3. Caching Control
How Client Handles Work
The ClientHandle system is the backbone of our FFI design:
Async/Sync Bridging
it uses thread-local Tokio runtimes to make async Rust code accessible through synchronous FFI functions
Example Usage Flow:
Beta Was this translation helpful? Give feedback.
All reactions