Added Resources for Interprocess Communication (#1082)

* Added Resources for Interprocess Communication

* Update 106-interprocess-communication.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Leandro Morais Azevedo
2022-01-29 17:26:11 -03:00
committed by GitHub
parent 45a66feac9
commit 24559a32ee

View File

@ -1 +1,6 @@
# Interprocess communication
# Interprocess Communication
Interprocess communication (IPC) refers specifically to the mechanisms an operating system provides to allow the processes to manage shared data
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://www.geeksforgeeks.org/inter-process-communication-ipc/'>Interprocess Communication</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=dJuYKfR8vec'>Interprocess Communication - Neso Academy</BadgeLink>