Merge pull request #2574 from GrantM11235/atpit

Use ATPIT for task macro
This commit is contained in:
Dario Nieuwenhuis
2024-03-20 15:12:31 +00:00
committed by GitHub
2 changed files with 15 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#![cfg_attr(feature = "nightly", feature(type_alias_impl_trait))]
#![cfg_attr(feature = "nightly", feature(impl_trait_in_assoc_type))]
use std::boxed::Box;
use std::future::poll_fn;