#url #zeromq #problem #actors #decompose #tar #gz

patoka

Try this if you can decompose your problem into actors

1 unstable release

0.1.0 Dec 11, 2024

#1046 in Asynchronous

Download history 114/week @ 2024-12-06 28/week @ 2024-12-13

142 downloads per month

MIT license

195KB
6K SLoC

ZeroMQ

RUN set -eux;
url="https://github.com/zeromq/libzmq/releases/download/v4.3.5/zeromq-4.3.5.tar.gz";
wget "$url";
tar xvf zeromq-4.3.5.tar.gz;
cd zeromq-4.3.5;
./configure && make -j 8 && make install;

Dependencies

~17–28MB
~423K SLoC