public static Promise timeout(A message, long delay) { return timeout(message, delay, TimeUnit.MILLISECONDS);
確定! 回上一頁