Scheduler pattern: Difference between revisions

Content deleted Content added
Vansong (talk | contribs)
No edit summary
Vansong (talk | contribs)
No edit summary
Line 8:
Note that the scheduler pattern adds significant overhead beyond that required to call a synchronized [[method (computer science)|method]].
 
The scheduler pattern is not quite the same as the [[scheduled-task pattern]] used for real-time systems.
 
==See also==