rosbacke/delegate

Are delegate volatile-safe?

Opened this issue · 0 comments

Hi,

I would like to use the delegates to have callback from interrupt, where the main code can change the delegate function.

If i make the delegate volatile the assignment operator seems to break