Modifying constructor for lifetime-thread structures.
(change-lifetime-thread x
)
This is an often useful alternative to make-lifetime-thread.
We construct a new lifetime-thread structure that is a copy of
This is an ordinary
Macro:
(defmacro change-lifetime-thread (x &rest args) (std::change-aggregate 'lifetime-thread x args 'nil 'change-lifetime-thread 'nil))