Ok great, thanks Greg!
On Fri, Jul 3, 2020 at 1:13 PM Gregory Nutt wrote:
>
> > I have a few spots in my code where I am doing something, and I'm just
> now
> > realizing I'm not explicitly sure if it's supported or not.
> >
> > Here is my question:
> >
> > Can work_queue be called from within
I have a few spots in my code where I am doing something, and I'm just now
realizing I'm not explicitly sure if it's supported or not.
Here is my question:
Can work_queue be called from within a worker function that uses the same
work_s struct?
Yes.
The documentation only says that if there
Hi,
I have a few spots in my code where I am doing something, and I'm just now
realizing I'm not explicitly sure if it's supported or not.
Here is my question:
Can work_queue be called from within a worker function that uses the same
work_s struct?
The documentation only says that if there is e