public static interface FiberContextSwitchInterceptor.Work<R,P>
Modifier and Type | Method and Description |
---|---|
R |
execute(P param)
Have the current thread executes the current fiber,
and returns when it stops doing so.
|
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.