mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
5 lines
273 B
Plaintext
5 lines
273 B
Plaintext
Transaction::Simple provides a generic way to add active transaction
|
|
support to objects. The transaction methods added by this module will
|
|
work with most objects, excluding those that cannot be Marshal-ed
|
|
(bindings, procedure objects, IO instances, or singleton objects).
|