Does this function cause all YIELD'd routines to be recalled?

If so........

Does qpsmtpd have any capabilities to only:

1.) Continue one connection or transaction instead of calling all
pending yields, this may recall some routines to early causing
unnecessary conditional checks.

2.) Can I send a response to SMTP (i.e. return OK / return XXX)
without waiting to be recalled by a hook after run_continuation?  I
would use this when Danga::Socket gives me a response to send the
result direct w/o waiting to be recalled by a hook.

Reply via email to