Skip to content
Snippets Groups Projects
Commit c98a6ff9 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Document important limitation of this basic implementation

parent efac7f4c
No related branches found
No related tags found
No related merge requests found
/*
** This basic implementation of Reader/Writer locks does not
** protect writers from starvation. That is, if a writer is
** currently waiting on a reader, any new reader will get
** the lock before the writer.
*/
/******************************************************** /********************************************************
* An example source module to accompany... * An example source module to accompany...
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment