[GH-ISSUE #850] Refactor with new futures APIs (async/await) #548

Closed
opened 2026-03-15 23:06:25 +03:00 by kerem · 2 comments
Owner

Originally created by @zonyitoo on GitHub (Aug 18, 2019).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/850

Is your feature request related to a problem? Please describe.
Since async/await syntax is now in nightly, we should start migrating to the latest futures APIs.

Describe the solution you'd like
Migrate all APIs to use std::Future (or tokio::future::Future).

Additional context
Tracking Issue: https://github.com/rust-lang/rust/issues/50547

Originally created by @zonyitoo on GitHub (Aug 18, 2019). Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/850 **Is your feature request related to a problem? Please describe.** Since `async`/`await` syntax is now in nightly, we should start migrating to the latest futures APIs. **Describe the solution you'd like** Migrate all APIs to use `std::Future` (or `tokio::future::Future`). **Additional context** Tracking Issue: https://github.com/rust-lang/rust/issues/50547
kerem closed this issue 2026-03-15 23:06:30 +03:00
Author
Owner

@bluejekyll commented on GitHub (Aug 18, 2019):

See #849 which is a work in progress. I’m starting with proto and then going to move up to the higher level crates. There’s a lot of changes needed...

<!-- gh-comment-id:522339600 --> @bluejekyll commented on GitHub (Aug 18, 2019): See #849 which is a work in progress. I’m starting with proto and then going to move up to the higher level crates. There’s a lot of changes needed...
Author
Owner

@zonyitoo commented on GitHub (Aug 18, 2019):

Cool. I will close this issue then.

<!-- gh-comment-id:522339672 --> @zonyitoo commented on GitHub (Aug 18, 2019): Cool. I will close this issue then.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#548
No description provided.