예제 #1
0
파일: ERT.java 프로젝트: trifork/erjang
 private static void send_to_handle(EProc proc, EHandle handle, EObject msg) throws Pausable {
   int penalty = handle.send(proc.self_handle(), msg);
   proc.bump_reductions(penalty);
 }