From b4ddc1e626fbd11d784b442d246ddc5f54c35b51 Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 4 Aug 2023 17:38:00 +0200 Subject: refactor!: rename the async flag of the declare_interface macro BREAKING CHANGE: The flag 'async' of the declare_interface macro has been renamed to 'threadsafe_sharable'. The reason being that the name 'async' was an outright lie. The new name describes exactly what the flag enables --- src/test_utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/test_utils.rs b/src/test_utils.rs index 97fe620..6b351cc 100644 --- a/src/test_utils.rs +++ b/src/test_utils.rs @@ -257,7 +257,7 @@ pub mod subjects_async } } - declare_interface!(Number -> INumber, async = true); + declare_interface!(Number -> INumber, threadsafe_sharable = true); #[async_trait] impl -- cgit v1.2.3-18-g5258