Package co.paralleluniverse.strands
Interface SuspendableAction2<S1,S2>
-
public interface SuspendableAction2<S1,S2>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
call(S1 x1, S2 x2)
-
-
-
Method Detail
-
call
void call(S1 x1, S2 x2) throws SuspendExecution, java.lang.InterruptedException
- Throws:
SuspendExecution
java.lang.InterruptedException
-
-