intelxed / mbuild

python-based build system used for building XED
Apache License 2.0
31 stars 29 forks source link

Mjc/terminate #8

Closed markcharney closed 7 years ago

markcharney commented 7 years ago

changed semantics of termination to allow manual cleanup of work queue

markcharney commented 7 years ago

could also used atexit for the tear down of the work_queue_t instead of relying on the user to do it & daemon propety.