c4ev3 / EV3-API

EV3-API for Programming the LEGO Mindstorms EV3 in C
http://c4ev3.github.io
GNU General Public License v2.0
70 stars 21 forks source link

SIGALRM syscall interruptions #36

Closed JakubVanek closed 4 years ago

JakubVanek commented 4 years ago

Hi,

I'm thinking about how to solve the problem with timers interrupting running syscalls.

Best regards,

Jakub

a3f commented 4 years ago

SA_RESTART is a good default, I think.