shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

292
active users

#communicatingsequentialprocesses

0 posts0 participants0 posts today
Karsten Schmidt<p>Been busy adding more docs &amp; examples/snippets for the revamped <a href="https://thi.ng/csp" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">thi.ng/csp</span><span class="invisible"></span></a> package, the readme and core operators. Still more to come, but the most important parts &amp; operations are covered now. Please gimme a shout if anything is unclear... I'm aware <a href="https://mastodon.thi.ng/tags/CommunicatingSequentialProcesses" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CommunicatingSequentialProcesses</span></a> is yet another fringe technique for many JS/TS devs, but that shouldn't make it any less interesting or elegant, especially these days where async features are fully supported everywhere and there's so much more than ye basic async/await patterns...</p><p>(The attached ping-pong example is taken from the updated readme, but barely scratches the surface of what's possible...)</p><p><a href="https://mastodon.thi.ng/tags/ThingUmbrella" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ThingUmbrella</span></a> <a href="https://mastodon.thi.ng/tags/CSP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSP</span></a> <a href="https://mastodon.thi.ng/tags/CommunicatingSequentialProcesses" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CommunicatingSequentialProcesses</span></a> <a href="https://mastodon.thi.ng/tags/Async" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Async</span></a> <a href="https://mastodon.thi.ng/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a> <a href="https://mastodon.thi.ng/tags/Documentation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Documentation</span></a> <a href="https://mastodon.thi.ng/tags/TypeScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TypeScript</span></a> <a href="https://mastodon.thi.ng/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a></p>
Karsten Schmidt<p>After some friendly inquiry by <span class="h-card" translate="no"><a href="https://post.lurk.org/@computersandblues" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>computersandblues</span></a></span>, I spent a few hours today adding basic CSP (<a href="https://mastodon.thi.ng/tags/CommunicatingSequentialProcesses" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CommunicatingSequentialProcesses</span></a>) primitives for <a href="https://thi.ng/fibers" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">thi.ng/fibers</span><span class="invisible"></span></a> and writing some preliminary documentation. I'm amazed how simple (and easy!) it was this time around (compared to <a href="https://thi.ng/csp" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">thi.ng/csp</span><span class="invisible"></span></a>) and it's giving me big hopes for the fiber based approach in general...</p><p>Readme section:<br><a href="https://github.com/thi-ng/umbrella/blob/develop/packages/fibers/README.md#csp-primitives-communicating-sequential-processes" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/thi-ng/umbrella/blo</span><span class="invisible">b/develop/packages/fibers/README.md#csp-primitives-communicating-sequential-processes</span></a></p><p>2-channel ping/pong example:<br><a href="https://github.com/thi-ng/umbrella/blob/develop/packages/fibers/README.md#csp-pingpong-example" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/thi-ng/umbrella/blo</span><span class="invisible">b/develop/packages/fibers/README.md#csp-pingpong-example</span></a></p><p>Source code &amp; doc strings:<br><a href="https://github.com/thi-ng/umbrella/blob/develop/packages/fibers/src/csp.ts" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/thi-ng/umbrella/blo</span><span class="invisible">b/develop/packages/fibers/src/csp.ts</span></a></p><p><a href="https://mastodon.thi.ng/tags/ThingUmbrella" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ThingUmbrella</span></a> <a href="https://mastodon.thi.ng/tags/TypeScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TypeScript</span></a> <a href="https://mastodon.thi.ng/tags/Coroutines" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Coroutines</span></a> <a href="https://mastodon.thi.ng/tags/CSP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSP</span></a> <a href="https://mastodon.thi.ng/tags/CooperativeMultitasking" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CooperativeMultitasking</span></a></p>