Exceptions semantics for LPC/RPC

Issue #93 resolved
Amir Kamil created an issue

We need to specify what happens if an LPC or RPC call (either through lpc()/rpc() or a completion handler) throws an exception. I suggest we prohibit this, making it UB. Otherwise, an exception could be thrown by any UPC++ function that makes user-level progress.

Comments (4)

  1. Log in to comment