Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

RcppParallel compatability with checkUserInterrupt and Rcout #41

Closed
andrewmarx opened this issue Sep 13, 2021 · 0 comments
Closed

RcppParallel compatability with checkUserInterrupt and Rcout #41

andrewmarx opened this issue Sep 13, 2021 · 0 comments

Comments

@andrewmarx
Copy link

I was wondering if RcppThread's checkUserInterrupt() and Rcout are considered safe to use in RcppParallel's threads? Apparently there is one user doing this (RcppCore/RcppParallel#65), but I'd like to confirm they aren't just getting lucky. It's pretty essential functionality for me; even with multithreading, a lot of people using my package will want to have runs that take weeks or months, so I need to be able to give them progress updates and the ability to quit early.

On a side note, have you considered enabling Github's new Discussions feature for this repo? It would be a better place for questions like mine.

Repository owner locked and limited conversation to collaborators Sep 13, 2021
@tnagler tnagler closed this as completed Sep 13, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants