Skip to content

Commit 4996555

Browse files
committed
changes: moved all sync wrappers into syncify module
Signed-off-by: if0ne <[email protected]>
1 parent f0c6ae9 commit 4996555

File tree

5 files changed

+443
-438
lines changed

5 files changed

+443
-438
lines changed

rust/core/src/executor.rs

Lines changed: 0 additions & 26 deletions
This file was deleted.

rust/core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
5757
pub mod constants;
5858
pub mod error;
59-
pub mod executor;
6059
pub mod non_blocking;
6160
pub mod options;
6261
pub mod schemas;
6362
pub mod sync;
63+
pub mod syncify;
6464

6565
pub use sync::*;
6666

0 commit comments

Comments
 (0)