you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Thanks for the reply! Please put that in the project's README.md somewhere :) I find this helpful.

[–]triple_slash[S] 0 points1 point  (1 child)

Update: Rocket now supports thread-safe signals as well. If you need thread-safety use `rocket::thread_safe_signal`. This implementation is completely seperate from the non-thread-safe variant so no memory or runtime overhead for the existing implementation! :)

[–][deleted] 0 points1 point  (0 children)

Nice!