so once one job is in processing, it can't be deleted? and if something need to 
be done right now, even i call the function right now, it will be processed 
after the processing job is done?

------- Original Message -------
Sender : Carsten Haitzler<ras...@rasterman.com> 
Date   : 八月 27, 2011 17:12 (GMT+09:00)
Title  : Re: [E-devel] Questions about job

On Sat, 27 Aug 2011 08:00:48 +0000 (GMT) suxia li <suxia...@samsung.com> said:

> Is there any mechanism to jump the queued job? here i have a request, when
> some job is processing, or some job is added into queue, there comes a job
> with higher priority. then how to process it in EFL?

there isn't a way to promote a job. a job is queued at the end of the queue to
be done later. if you want it promoted, then do that thing right now and delete
the job. (ie call the function the job would call anyway and delete the job).


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com

<p>&nbsp;</p><p>&nbsp;</p>
------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to