odysa commented on issue #124:
URL: https://github.com/apache/iceberg-rust/issues/124#issuecomment-1924672646

   > Do you want users to choose their own runtime like 
[sqlx](https://github.com/launchbadge/sqlx/tree/main?rgh-link-date=2024-02-02T17%3A02%3A32Z#install)?
 They are building an abstraction 
layer([Runtime](https://github.com/launchbadge/sqlx/tree/next/sqlx-core/src/runtime?rgh-link-date=2024-02-02T17%3A02%3A32Z))
 so `sqlx` can run on many blocking/non-blocking runtime.
   
   Follow up on this. The `sqlx` uses a relatively simple 
[solution](https://github.com/launchbadge/sqlx/tree/main/sqlx-core/src/rt). For 
example, the `spawn` function.
   
   
https://github.com/launchbadge/sqlx/blob/84d576004c93a32133688426eacb50434bb5c5f0/sqlx-core/src/rt/mod.rs#L66-L74


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to