[erlang-questions] It would be nice if one could attach a "context" value to a monitor, so you get that value back when/if the monitor is trigged

Raimo Niskanen raimo+erlang-questions@REDACTED
Thu Aug 21 10:16:16 CEST 2008


Since the process that monitors get the {'DOWN',,,,} message,
containing an unique ref, it can just as well keep the 
context value itself and look it up from the ref.

This decreases the size of the messages involved.



On Wed, Aug 20, 2008 at 11:11:13PM +0200, Christian S wrote:
> 
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions

-- 

/ Raimo Niskanen, Erlang/OTP, Ericsson AB



More information about the erlang-questions mailing list