Closed GoogleCodeExporter closed 9 years ago
ExecutionList.add() runs the listener if ExecutionList.execute() has already
been called. Since execute() is called when AbstractFuture.set() is called,
calls to AbstractFuture.addListener() that happen after set() will run the
listener.
Original comment by cgdecker@google.com
on 5 Aug 2013 at 7:52
I stand corrected, thanks for the quick response!
Original comment by frens...@frensjan.nl
on 5 Aug 2013 at 7:54
This issue has been migrated to GitHub.
It can be found at https://github.com/google/guava/issues/<issue id>
Original comment by cgdecker@google.com
on 1 Nov 2014 at 4:12
Original comment by cgdecker@google.com
on 3 Nov 2014 at 9:08
Original issue reported on code.google.com by
frens...@frensjan.nl
on 5 Aug 2013 at 7:37