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

patoka

Try this if you can decompose your problem into actors

1 unstable release

new 0.1.0 Dec 11, 2024

#1070 in Asynchronous

Download history 137/week @ 2024-12-09

137 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
~424K SLoC