Risk of deadlock is real if you have processes calling each-other in a cyclic way. e.g. process A sends GenServer call to process B, that then sends a GenServer call to process A to in order to handle the original call. However, process A is busy waiting on B to reply to it's initial call.This is rarely a problem in practice however.
oxidant|4 months ago
jhgg|4 months ago
innocentoldguy|4 months ago
signa11|4 months ago
worthless-trash|4 months ago