[Pharo-users] Re: change process variable while process is running

2021-03-29 Thread Richard O'Keefe
Code fragments are by definition incomplete.
SharedQueue with a "d".


On Sun, 28 Mar 2021 at 03:38,  wrote:

> thanks! I am now sure I am using the highest priority.
>
> one last question about this, maybe very newbie nut I would like to
> understand things.
>
> so, in your code example for the Process using the ShareQueue and in my
> running demo, the ShareQueues are not put between pipes ( | | ) before
> declaration. I thought it was mandatory to have the pipes to declare
> variables. what is the meaning of having them declare without pipes?
>


[Pharo-users] [ANN] Superluminal v2.0.0 [v2.0.0] released!

2021-03-29 Thread Buenos Aires Smalltalk
Superluminal, building blocks for creating HTTP requests and API clients reached it's v2.0.0 version.
Changelog

Added a distributed memory cache backend. We chose Memcached, thanks to @svenvc for porting the client to Pharo, and allowing us to collaborate on that project to release a v1 we can trust.
Refactored some tests to improve code quality and fix listing issues.

Migration Guide
The version provides a package to perform an automatic migration. See the migration guide for further instructions.
Regards,
The Buenos Aires Smalltalk team