On 4/19/06, Greg Ewing <[EMAIL PROTECTED]> wrote:
> If syntax is all you're concerned about, you could translate
> that into Python as something like
> f = url(future(fetch))
Are you sure it wouldn't be
f = Future(fetch, url)
a bit like
result = ActiveObject(function, args)
> Now, how is that future() function going to be implemented,
> again? :-)
where the ActiveObject could be a thread, or a twisted Deferred, or ...
I'm not sure that was quite ever resolved.
-jJ
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe:
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com