Skip to content

Commit

Permalink
Read me example file
Browse files Browse the repository at this point in the history
  • Loading branch information
solariun committed Aug 24, 2020
1 parent 8486130 commit 4ca760c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CorePartition.h
Original file line number Diff line number Diff line change
Expand Up @@ -467,10 +467,11 @@ extern "C"
/**
* @brief Wait for a specific notification from a given TAG and payload
*
* @param pszTag The Tag string value
* @param nTagLength The length of the tag
* @param pszTag The Tag string value
* @param nTagLength The length of the tag
* @param payload The payload with the information sent by other thread
*
* @return NULL if an error ocurred
* @return false if an error ocurred
*
* @note if a Tag was notified using NotifyOne or NotifyAll
* the thread will receibe 0 otherwise will receive
Expand Down

0 comments on commit 4ca760c

Please sign in to comment.