IRC channel logs
2026-01-19.log
back to list of logs
<ridley>By delaying my message sends to microtasks I can detect if a promise is listened to in the same turn it is created <ridley>Which means I can set or not set a resolve-me-desc in op:deliver based on whether there is a request for the result in that turn <ridley>And if not, then an op:listen can be sent if listened in a future turn <ridley>This piece isn't up on codeberg yet but will be once I find time to clean up <ridley>Is this optimization worthwhile? I dunno, but for me it's possible.