core-async

2019-03-24T20:34:37.084700Z

Thought I'd ask here. Anything preventing channels, or implementation of ports, which would be distributed?

2019-03-24T20:35:02.084900Z

Like say a socket version of a port

2019-03-24T20:39:47.085200Z

Or channel backed by RabbitMQ or AWS SQS /

2019-03-24T20:39:48.085400Z

?

2019-03-24T23:41:42.085500Z

Wrapping anything that does in a channel is easy to get wrong because of alts!

2019-03-24T23:42:54.085600Z

So for example, a rabbitmq version will need to take a message and Nack it of not used