SV Part-6 communication
Inter process communication
Inter-Process Communication (IPC) means:
Two or more processes (different blocks of code running in parallel) communicating or synchronizing with each other.
SV FeatureWhy
SemaphoreCreated using new(), used for sy...
mahammad.hashnode.dev4 min read