CountedCompleter.this

Creates a new CountedCompleter with the given completer and initial pending count.

@param completer this task's completer, or {@code null} if none @param initialPendingCount the initial pending count

  1. this(ICountedCompleter completer, int initialPendingCount)
    class CountedCompleter(T)
  2. this(ICountedCompleter completer)
  3. this()

Meta