: [Question] About muti-thread with wayland/weston
Hi Lingyun,
On 8 July 2016 at 06:52, Zhu, Lingyun wrote:
> I’m trying to develop an application under Yocto, which may have
> multiple (maybe 16) threads contained in one process.
>
> Each thread wants to have an individual connection
Hi Lingyun,
On 8 July 2016 at 06:52, Zhu, Lingyun wrote:
> I’m trying to develop an application under Yocto, which may have multiple
> (maybe 16) threads contained in one process.
>
> Each thread wants to have an individual connection with Weston and render
> its own picture independently at the
Hi, guys
I'm trying to develop an application under Yocto, which may have multiple
(maybe 16) threads contained in one process.
Each thread wants to have an individual connection with Weston and render its
own picture independently at the same time.
But I'm not sure whether it's feasible with We