Skip to content

Commit 144f70d

Browse files
author
Arnaud Bouchez
committed
enhanced TOnSynBackgroundTimerProcess documentation
about the TWaitResult removed parameter
1 parent 7083e53 commit 144f70d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/core/mormot.core.threads.pas

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,7 @@ TSynBackgroundTimer = class;
694694
/// event callback executed periodically by TSynBackgroundThreadProcess
695695
// - Msg is '' if there is no pending message in this task FIFO
696696
// - Msg is set for each pending message in this task FIFO
697+
// - on mORMot 1, there was a TWaitEvent parameter which is now removed
697698
TOnSynBackgroundTimerProcess = procedure(Sender: TSynBackgroundTimer;
698699
const Msg: RawUtf8) of object;
699700

src/mormot.commit.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
'2.0.4086'
1+
'2.0.4087'

0 commit comments

Comments
 (0)