Julien Ponge
Julien Ponge
I haven't tested but it looks good on a first pass
When there are checkpoints `TestContext` completes when they have all completed, so `onComplete` shall also flag a checkpoint.
Also how would you spot that the test context `succeedingThenComplete` method could eventually be called? `succeedingThenComplete` is really a shortcut for completing immediately when one asynchronous operation completes.
Can we go to `weekly` instead of `daily`?
On paper this sounds interesting, feel-free to propose a pull-request so we can concretely review it 😉
Can you also show us some of the code you wrote @yiming33?
You may look at https://squidfunk.github.io/mkdocs-material/ to see if there's any option flag
Should we recommend that over `java.util.concurrent` classes? I see the point of your proposal, but I'm wondering if we should mix concerns or not.
Yeah I was thinking about a latch
I'd rather compose than extend 😉