lnls-dig / halcs

Hardware Abstraction Layer for Control Systems
GNU General Public License v3.0
1 stars 4 forks source link

[CLOSED] [all] Upgrade to CZMQ 3.0 zactor instead of zthread #36

Closed lerwys closed 8 years ago

lerwys commented 8 years ago

Issue by lerwys Wednesday Sep 03, 2014 at 11:15 GMT Originally opened as https://github.com/lnls-dig/bpm-sw/issues/36


Problem: CZMQ 3.0 brings a new API for threads, the zactor interface, providing a simple and more consistent API.

Solution: Change from zthread to zactor class

lerwys commented 8 years ago

Comment by lerwys Sunday Jun 14, 2015 at 14:26 GMT


Done in branch mlm-czmq3.0-upgrade (commit 5b3c70a3c59b58ec66abc88581c7505f9128ebea)