-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The client currently has calls to tokio::spawn for spawning async tasks. It should allow using async-std, smol, and possibly other runtimes instead of tokio.
https://github.com/GreptimeTeam/greptimedb-client-rust/blob/bc32362adf0df17a41a95bae4221d6d8f1775656/src/channel_manager.rs#L54-L56
https://github.com/GreptimeTeam/greptimedb-client-rust/blob/bc32362adf0df17a41a95bae4221d6d8f1775656/src/stream_insert.rs#L64-L67
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request