INNER CODE UNIT · Java

setCanBeInterrupted

jolie/jolie · jolie/src/main/java/jolie/ExecutionThread.java:177

	public void setCanBeInterrupted( boolean b ) {
		canBeInterrupted = b;
	}

	/**
	 * Constructor
	 *
	 * @param process the Process to be executed by this thread
	 * @param parent the parent of this thread
	 */
	public ExecutionThread( Process process, ExecutionThread parent ) {
		super( parent.interpreter() );
		this.process = process;
		this.parent = parent;
	}

	/**
	 * Constructor

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…