uwiger / gproc

Extended process registry for Erlang
Apache License 2.0
1.07k stars 232 forks source link

added reg_other(), unreg_other() + test cases #103

Closed uwiger closed 8 years ago

uwiger commented 8 years ago

Since people keep asking for it ... (e.g. #102)

solvip commented 8 years ago

Fantastic! :+1:

Why is p not supported as a type? Just curious.

uwiger commented 8 years ago

Normal properties are registered in the calling process, i.e. without talking to the gproc server. In order to allow "thread-safe" registration from different processes, this would have to change, which would significantly alter the runtime characteristics of property registration.

netDalek commented 8 years ago

great opportunity to connect gproc_pool worker outside of worker

uwiger commented 8 years ago

Merged. Sorry about the delay.

brentonannan commented 8 years ago

This has been merged a couple months now - any chance it can be considered ready for a release?

uwiger commented 8 years ago

@brentonannan, I tagged master as 0.6 a few days ago.

brentonannan commented 8 years ago

@uwiger, ah, thanks. Would you mind doing a release to hex.pm when you get a chance?

I'm growing quite fond of gproc, thanks very much for all the work on it.