Changes between Initial Version and Version 1 of Ticket #13606, comment 10
- Timestamp:
- Jul 19, 2017, 7:41:38 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13606, comment 10
initial v1 1 1 It would also be possible to document that a `BDateFormatter` must not be used from more than one thread, and don't use locking there. For time critical things this might actually be the best option. 2 2 3 A possible extension would then be a BThreadSafeDateFormatterthat actually does the locking, if convenience is more important than performance :-)3 A possible extension would then be a `BThreadSafeDateFormatter` that actually does the locking, if convenience is more important than performance :-)