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 © 2015 Oracle Corporation. All rights reserved.