Symbian & iOS

Multitasking Basics   In simplest of applications ,the program code would make a function call to request a service,from either other Os servers/frameworks ,I/O Devices,timers,DMA etc.This service can be performed either synchronously or asynchronously.In a synchronous method the service returns to the caller function with a status of completion (typically success or failure).While the service [...]