Content deleted Content added
m Cleanup - add stub message |
m link design pattern using Find link |
||
(11 intermediate revisions by 9 users not shown) | |||
Line 1:
A '''scheduled-task pattern''' is a type of software [[
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==
{{stub}}▼
{{Reflist}}
==External links==
*{{Cite web|url=https://docs.microsoft.com/en-us/dotnet/standard/asynchronous-programming-patterns/task-based-asynchronous-pattern-tap|title=Task-based Asynchronous Pattern (TAP)|last=rpetrusha|website=docs.microsoft.com|language=en-us|access-date=2019-05-25}}
*{{Cite web|url=https://pubs.vmware.com/vsphere-51/index.jsp?topic=/com.vmware.vsphere.vcenterhost.doc/GUID-03B90638-6C70-4379-8CAF-D66866D115F4.html|title=Create a Scheduled Task in the vSphere Web Client |work=VMware vSphere 5.1 |access-date=2019-05-25}}
==See also==
*[[Command pattern]]
*[[Memento pattern]]
[[Category:Software design patterns]]
▲{{compu-stub}}
|