Searched defs:takeAsync (Results 1 – 3 of 3) sorted by relevance
67 def takeAsync(num: Int): FutureAction[Seq[T]] = self.withScope { method
723 def takeAsync(num: Int): JavaFutureAction[JList[T]] = { method
1735 public void takeAsync() throws Exception { in takeAsync() method