[Openmcl-devel] type specifier '(simple-vector n) in defmethod

Jon Boone ipmonger at delamancha.org
Sat Jan 6 09:09:01 PST 2024


On Saturday, January 6, 2024, David McClain <dbm at refined-audiometrics.com>
wrote:

> I would add that there is no callback-hell in my system. And no
> Green-Threads.
>
> For async operations you have no right to expect a response to anything
> like a READ. You might get a response, or you might not. But you have no
> idea exactly how long it would take to arrive, if ever.
>
> Rather, you could send a request that might generate a response. But don’t
> wait around for it. If a response is generated then it should be sent to a
> receiver that you specify. You might want to set up a timeout on the
> request to notify you in case a response never arrives within that duration.
>
> But the receiver has no expectations. It just sits passively awaiting an
> incoming data fragment to which it can respond. It does not tie up any
> thread resources, and runs asynchronously on some pool thread when a data
> fragment arrives.
>

This is the way!


-- 
—jon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clozure.com/pipermail/openmcl-devel/attachments/20240106/a7b9b202/attachment-0001.htm>


More information about the Openmcl-devel mailing list