jayjun / rambo

Run your command. Send input. Get output.
MIT License
199 stars 21 forks source link

Cancel the kill timer when execution finishes #11

Closed philipgiuliani closed 2 years ago

philipgiuliani commented 3 years ago

This prevents that the timer will respond later and GenServer's that do not have implemented the handle_info will crash. Also the typespec of result was missing {:killed, t()}.

jayjun commented 2 years ago

Thanks!