Searched refs:synchronous (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/pipe/
H A DFiber.java223 * Is this {@link Fiber} currently running in the synchronous mode?
225 private boolean synchronous; field in class:Fiber
483 if(synchronous) {
560 * synchronous processing on the current thread. This will continue
577 * synchronous processing on the current thread. This will continue
659 // synchronous use cases cannot disconnect from the current thread
660 if (!synchronous) {
680 // for synchronous we will stay with current thread, so do not disconnect
682 LOGGER.fine("onExitRunnable used with synchronous Fiber execution -- not exiting current thread");
796 assert !synchronous;
[all...]

Completed in 39 milliseconds