golemfactory / gumpi

MPI on Golem Unlimited PoC
GNU Affero General Public License v3.0
2 stars 3 forks source link

Handle Ctrl+C outside the async calls #3

Closed marmistrz closed 5 years ago

marmistrz commented 5 years ago

Drop doesn't execute in case of a SIGINT

marmistrz commented 5 years ago

This is mostly fixed after merging the ctrlc branch but there still exists a tiny probability that a user will press ctrl+c while we are not inside actix calls.