bulkmail_decrement_threadcount

EveAndersson.com : API Browser : bulkmail_decrement_threadcount

bulkmail_decrement_threadcount

bulkmail_decrement_threadcount
Defined in tcl/bulkmail-utils.tcl

Decrement the count of in-use threads. Used only for reporting matters. We've already allowed a new thread to begin. In actuality, we're incrementing the number completed, which will prevent us from blocking on a single shared value for the count. It also allows us better reporting capabilities.

[ show source ]

Show another procedure:

eve@eveandersson.com