Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a Sync trait boundary to the ingest function's callback. (#3685)
The boundary is necessary to make the resulting future `Send`. (Reference of `Sync` is `Send`). `Send` is needed to tokio::task:spawn futures.
- Loading branch information