You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Repository owner
locked and limited conversation to collaborators
Sep 13, 2021
I was wondering if RcppThread's
checkUserInterrupt()
andRcout
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.
The text was updated successfully, but these errors were encountered: