syn icon indicating copy to clipboard operation
syn copied to clipboard

A scalable global Process Registry and Process Group manager for Erlang and Elixir.

Results 9 syn issues
Sort by recently updated
recently updated
newest added

error_logger has been replaced since OTP 21 with the erlang logger method. Is there a strong requirement her on retaining. Is there any objection to my preparing a pull request...

the current type spec for `syn_pg:join/4` does not include the error type

Hi! We use syn in our project but the type spec of send/2 gives us a lot of dialyzer errors. It seems to ignore the return value for error case....

There is a typo in the `update_registry/3` function in the elixir example: the registry is updated using a different name than its registration name. Fixed using the same name as...

Hi, this is mainly a discussion before trying to implement a new feature. In my current use case, a number of process groups is created, using a name like `{:group_x,...

Fixes a data-race between an ets read from lookup/2 and the ets write from the 'DOWN' handler of a registered process which causes intermittent failures in supervision strategies. In practice,...

sync_register/sync_join messages from multicast_loop can arrive before ack_sync from gen_server since they're different senders (no ordering guarantee). When this happens, the message was dropped because the remote node wasn't in...

Some data from current messages is moved to metadata, which mean that without user action, these will not be shown in default output. All messages are now bout stuff that...

`ct_slave` [is scheduled for removal](https://www.erlang.org/docs/28/scheduled_for_removal.html#functions-scheduled-for-removal-in-otp-29) so in preparation to that `syn` should use new `peer` module.