Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
izzypt authored Apr 5, 2023
1 parent ef33ac4 commit f48900d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ needing to restart.
UNIX signals
- You can only use these two signals: SIGUSR1 and SIGUSR2.

# What is a process
Since the goal of this project is to send signals between different processes , it is important to know well those 2 concepts:

<ins>Processes</ins> and <ins>Signals</ins>.

Since the goal of this project is to send signals between different processes , it is important to know well those 2 concepts: pocess and signal.
# What is a process

A process is an instance of a program running in a computer.

Expand Down

0 comments on commit f48900d

Please sign in to comment.