forked from goodboy/tractor
0e7234aa68
Thanks to @richardsheridan for pointing out the limitations of using *any* kind of value as the result-cached-flag and how it might cause problems for anyone returning pickled blob-data. This changes the `Portal` internal result value tracking to stash the full message from which the value can be retrieved by any `Portal.result()` caller. The internal change is that `Portal._return_once()` now returns a tuple of the message *and* its value. |
||
---|---|---|
.. | ||
.gitignore | ||
239.bug.rst | ||
243.rst | ||
264.bug.rst | ||
HOWTO.rst |