Fix race condition when opening a buffer and getting a definition to it
This commit is contained in:
parent
93125cbd16
commit
96b66dcce1
7 changed files with 160 additions and 135 deletions
|
@ -7,7 +7,7 @@ use rpc::proto;
|
|||
use std::sync::Arc;
|
||||
use text::*;
|
||||
|
||||
pub use proto::{Buffer, SelectionSet};
|
||||
pub use proto::{Buffer, BufferState, SelectionSet};
|
||||
|
||||
pub fn serialize_operation(operation: &Operation) -> proto::Operation {
|
||||
proto::Operation {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue