Skip to content

Commit

Permalink
Readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Mar 17, 2018
1 parent ad5a0b7 commit f011725
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ You have some nice examples too, check [Samples](https://github.com/FedeDP/libmo
Unsurprisingly, module is the core concept of libmodule architecture.
It can be somewhat seen as a class, and shares lots of concepts with an Actor.
It helps you to write standard and clean projects with small units, so called modules, whose job should be self-contained.
You may notice though that recv method takes a message_t as parameter.
This parameter can be used as module's messaging system (with PubSub mechanism too).

## But...why?

Expand Down

0 comments on commit f011725

Please sign in to comment.