zeek/src/threading
Robin Sommer f5862fb014 Preventing writers/readers from receiving further messages after a
failure.

Once a writer/reader Do* method has returned false, no further ones
will be executed anymore. This is primarily a safety mechanism to make
it easier for writer/reader authors as otherwise they would often need
to track the failure state themselves (because with the now delayed
termination from the earlier commit, furhter messages can now still
arrive for a little bit).
2012-07-26 17:27:56 -07:00
..
BasicThread.cc Another small change to MsgThread API. 2012-07-22 15:50:12 -07:00
BasicThread.h Updating tests for the #start/#end change. 2012-07-19 22:28:55 -07:00
Manager.cc Improving error handling for threads. 2012-07-26 17:27:34 -07:00
Manager.h Improving error handling for threads. 2012-07-26 17:27:34 -07:00
MsgThread.cc Preventing writers/readers from receiving further messages after a 2012-07-26 17:27:56 -07:00
MsgThread.h Preventing writers/readers from receiving further messages after a 2012-07-26 17:27:56 -07:00
Queue.h Merge branch 'topic/robin/master-test' 2012-07-23 16:20:44 -07:00
SerialTypes.cc Further threading and API restructuring for logging and input 2012-07-19 22:28:30 -07:00
SerialTypes.h Further threading and API restructuring for logging and input 2012-07-19 22:28:30 -07:00