You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pi...@googlegroups.com
in js it is not uncommon to do
setTimeout(() => { stuff }, 0); // adds to the macro q
would you use a named helper fn for that? or since it is common js knowledge, would you leave it as-is? should a language evolve to have an explicit built in for it?
Mike Austin
unread,
Dec 17, 2025, 8:15:58 PM (5 days ago) Dec 17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PiLuD
kludge()? If you need a setTimeout 0, you're really looking for a queue or something to handle steps in a sequence.