Robert Meyer
Robert Meyer
Hi, the `no_broadcast=True` option does not work with a [Post](http://steem.readthedocs.io/en/latest/tools.html#post). I figured this out by making an unwanted comment on steemit by accident :-D This becomes immediately clear if we...
Hi, it would be nice if constants that were once set via `shared.setConst(myconst=42)` could also be deleted, i.e. via a function `shared.delConst('myconst')` which propagates to all the workers. This would...
Being able to use locks in the SCOOP framework like [multiprocessing locks](https://docs.python.org/2/library/multiprocessing.html#multiprocessing.Lock) to synchronize workers would be nice. This may especially be useful if the submitted jobs involve writing into...