mirror of
https://github.com/nasa/trick.git
synced 2025-04-24 13:05:54 +00:00
Add the ability to register callbacks for errors that occur on the asynchronous variable sampling thread. Implement __del__ and call close in case the user forgot. Join the asynchronous sampling thread in close before returning. Refs #365