M
maths_fan
I try to make a text editor with three threads (one for saving every
three minutes, one for formatting and one for interface with the
user), using
pthread library. Is there anyone, who can give an advice how better
organize the interconnection between three threads. And maybe there is
anyone who wrote implementions for pthread library, I would be happy
if
you could explain how it works.
three minutes, one for formatting and one for interface with the
user), using
pthread library. Is there anyone, who can give an advice how better
organize the interconnection between three threads. And maybe there is
anyone who wrote implementions for pthread library, I would be happy
if
you could explain how it works.