zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
438 stars 197 forks source link

Improve exception handling #127

Closed xaqq closed 9 years ago

xaqq commented 9 years ago

The first commit is simply a reformatting to replace tabs by space and uniform this.

The second commit allows exceptions to propagate from actor thread to parent thread during actor initialization.