1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 21:32:35 +02:00

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 5e95df8c40
commit 2fefe90d2a

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>