Subject: Re: timedwork
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Iain Hibbert <plunky@rya-online.net>
List: tech-kern
Date: 01/13/2007 10:49:55
On Sat, 13 Jan 2007, YAMAMOTO Takashi wrote:

> > would be simpler? In usage, it would cost checking a flag for each
> > callout:
>
> it's what i specifically wanted to avoid by this code,
> because it adds "some" overheads to common code for rarely used functionality.
> but if people feel it better (it seems so), i can do it.

Maybe you can avoid this, by storing the real function/arg in a work
structure and store start_work/work_arg in the callout?

iain