Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Rc<RefCell<T>> to Arc<Mutex<T>> for ChangeListener #510

Closed
wants to merge 2 commits into from
Closed

Change Rc<RefCell<T>> to Arc<Mutex<T>> for ChangeListener #510

wants to merge 2 commits into from

Conversation

kdheepak
Copy link

@kdheepak kdheepak commented Mar 31, 2021

Resolves #508

@gwenn
Copy link
Collaborator

gwenn commented Mar 31, 2021

Thanks.
I will try to introduce a lock guard for begin / end.

@kdheepak
Copy link
Author

Great!

@gwenn
Copy link
Collaborator

gwenn commented Jan 15, 2023

See #666

@kdheepak kdheepak closed this Jun 20, 2023
@kdheepak kdheepak deleted the change-rc-to-arc-for-change-listener branch June 20, 2023 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

the trait std::marker::Send is not implemented for Rc<RefCell<(dyn line_buffer::ChangeListener + 'static)>>
2 participants