Changes between Initial Version and Version 1 of Ticket #13606, comment 10


Ignore:
Timestamp:
Jul 19, 2017, 7:41:38 AM (7 years ago)
Author:
axeld

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13606, comment 10

    initial v1  
    11It 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.
    22
    3 A possible extension would then be a BThreadSafeDateFormatter that actually does the locking, if convenience is more important than performance :-)
     3A possible extension would then be a `BThreadSafeDateFormatter` that actually does the locking, if convenience is more important than performance :-)