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