liurenjie1024 commented on issue #124: URL: https://github.com/apache/iceberg-rust/issues/124#issuecomment-2090490939
Maybe currently we don't need a `Runtime` trait? From what we have learned, we currently need two methods: 1. spawn 2. block_on I think the method [here](https://github.com/launchbadge/sqlx/blob/main/sqlx-core/src/rt/mod.rs) already provided a good example of what we need. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org