Skip to content

Commit d098c47

Browse files
committed
fixup! WIP: Serialize requests
1 parent fd2f0af commit d098c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nested_requests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ impl Handler for NeovimHandler {
109109
}
110110
}
111111

112-
#[tokio::main]
112+
#[tokio::main(flavor = "current_thread")]
113113
async fn main() {
114114
let rs = r#"exe ":fun M(timer)
115115
call rpcnotify(1, 'set_froodle', rpcrequest(1, 'req', 'y'))

0 commit comments

Comments
 (0)