In message <[EMAIL PROTECTED]>, Barb Knox wrote:

> Instead of function A returning to its caller, the
> caller provides an additional argument (the "continuation") which is a
> function B to be called by A with A's result(s).

That's just a callback. I've been doing that in C code (and other
similar-level languages) for years.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to