GobySoft / dccl

Dynamic Compact Control Language
Other
17 stars 13 forks source link

Thread safe DCCL #13

Closed tsaubergine closed 1 year ago

tsaubergine commented 7 years ago

We need a thread-safe DCCL where individual instantiations of the dccl::Codec can safely be concurrently accessed by different threads.

Areas to work on:

Seems like a good deal of structural changes may be required. Perhaps this should be DCCL 3.1?