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