by anarchyrucks on 3/1/20, 4:32 PM with 40 comments
by Mofu-chan on 3/1/20, 8:45 PM
https://github.com/NetBSD/pkgsrc-wip/tree/master/actor-frame...
git clone https://github.com/NetBSD/pkgsrc --depth 1 ~/pkgsrc
git clone https://github.com/NetBSD/pkgsrc-wip --depth 1 ~/pkgsrc/wip
cd ~/pkgsrc/bootstrap
./bootstrap --unprivileged
cd ~/pkgsrc/wip/actor-model
~/pkg/bin/bmake install
~/pkg/sbin/pkg_info -L actor-model
That is all.by clarry on 3/1/20, 7:23 PM
How am I supposed to read this? It's obviously not "message passing eliminates race conditions", so perhaps it's intended to say something like "you need to design the components to avoid race conditions."
by Koshkin on 3/1/20, 8:04 PM
by zoomablemind on 3/1/20, 5:52 PM
[0] https://actor-framework.readthedocs.io/en/latest/Overview.ht...
by thedance on 3/1/20, 9:08 PM
by clarry on 3/1/20, 8:36 PM
by nickysielicki on 3/2/20, 6:17 AM