top | item 45553230

(no title)

pixelmonkey | 4 months ago

A cool thing about Doug Lea's java.util.concurrent (received a 10/10 rating here) is that its design also inspired Python's concurrent.futures package. This is explicitly acknowledged in PEP 3148[1] (under "Rationale"), a PEP that dates back to 2009.

[1]: https://peps.python.org/pep-3148/

discuss

order

swuecho|4 months ago

That is why I think of java when using python's concurrent.future package.