Package co.paralleluniverse.strands
Interface StrandFactory
-
- All Known Implementing Classes:
FiberExecutorScheduler,FiberForkJoinScheduler,FiberScheduler
public interface StrandFactoryCreates newstrandson demand.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StrandnewStrand(SuspendableCallable<?> target)
-
-
-
Method Detail
-
newStrand
Strand newStrand(SuspendableCallable<?> target)
-
-