gproc icon indicating copy to clipboard operation
gproc copied to clipboard

document the row type returned by gproc:table/N

Open qwfy opened this issue 8 years ago • 1 comments
trafficstars

Currently, one cannot know (without trying or digging the source code) what's the type of Row in qlc:e(qlc:q([Row || Row <- gproc:table()])), should this be documented?

qwfy avatar Mar 15 '17 07:03 qwfy

I agree that it should be clarified. Currently, one can infer it from the documentation of gproc:select/2.

That is: gproc defines a logical view of the registry as [{Key, Pid, Value}].

uwiger avatar Mar 15 '17 08:03 uwiger