Misplaced Pages

Scheduled-task pattern

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

A scheduled-task pattern is a type of software design pattern used with real-time systems. It is not to be confused with the "scheduler pattern".

While the scheduler pattern delays access to a resource (be it a function, variable, or otherwise) only as long as absolutely needed, the scheduled-task pattern delays execution until a determined time. This is important in real-time systems for a variety of reasons.

References

  1. "Scheduled Task pattern". subscription.packtpub.com. Retrieved 2019-05-24.

External links

See also


Stub icon

This computing article is a stub. You can help Misplaced Pages by expanding it.

Categories:
Scheduled-task pattern Add topic