- Timestamp:
- 05/09/20 18:07:39 (9 months ago)
- Location:
- release/5/thread-utils/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
release/5/thread-utils/trunk/thread-reaper.scm
r38565 r38686 2 2 ;;;; Kon Lovett, Oct '09 3 3 4 ;; Used by threads that are cleanly terminating and wish to 'join' the 5 ;; primordial thread w/o any user intervention. (A thread that attempts 6 ;; to 'join' itself will cause a deadlock.) 7 ;; 8 ;; The "reaped" thread's end-exception, if any, is printed as a warning. 9 ;; 10 ;; The reaper can be stopped at any time 11 4 12 ;; Issues 5 13 ;; … … 8 16 ;; - Could allow the stopping of an existing reaper and the startup of another. 9 17 ;; Make '*stopping?*' thread thunk local w/ a set/get behavior. 10 11 ; Used by threads that are cleanly terminating and wish to 'join' the12 ; primordial thread w/o any user intervention. (A thread that attempts13 ; to 'join' itself will cause a deadlock.)14 ;15 ; The "reaped" thread's end-exception, if any, is printed as a warning.16 ;17 ; The reaper can be stopped at any time18 18 19 19 (module thread-reaper -
release/5/thread-utils/trunk/thread-utils.scm
r38565 r38686 4 4 5 5 ;; Issues 6 7 ;- Chicken Generic Arithmetic!8 6 9 7 (module thread-utils
Note: See TracChangeset
for help on using the changeset viewer.