Identifier for this process, unique between running interpreters

Property definitions

nitc :: on_demand_compiler $ NaiveInterpreter :: process_id
	# Identifier for this process, unique between running interpreters
	private fun process_id: Int `{ return getpid(); `}
src/interpreter/dynamic_loading_ffi/on_demand_compiler.nit:83,2--84,51