Package io.grpc

Class SynchronizationContext.ScheduledHandle

    • Method Detail

      • cancel

        public void cancel()
        Cancel the task if it's still pending.
      • isPending

        public boolean isPending()
        Returns true if the task will eventually run, meaning that it has neither started running nor been cancelled.