Skip to content

Commit

Permalink
enhanced TOnSynBackgroundTimerProcess documentation
Browse files Browse the repository at this point in the history
about the TWaitResult removed parameter
  • Loading branch information
Arnaud Bouchez committed Sep 14, 2022
1 parent 7083e53 commit 144f70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/core/mormot.core.threads.pas
Expand Up @@ -694,6 +694,7 @@ TSynBackgroundTimer = class;
/// event callback executed periodically by TSynBackgroundThreadProcess
// - Msg is '' if there is no pending message in this task FIFO
// - Msg is set for each pending message in this task FIFO
// - on mORMot 1, there was a TWaitEvent parameter which is now removed
TOnSynBackgroundTimerProcess = procedure(Sender: TSynBackgroundTimer;
const Msg: RawUtf8) of object;

Expand Down
2 changes: 1 addition & 1 deletion src/mormot.commit.inc
@@ -1 +1 @@
'2.0.4086'
'2.0.4087'

0 comments on commit 144f70d

Please sign in to comment.