On 6/4/20, Oleg Nesterov <o...@redhat.com> wrote:
> OK, suppose we have
>
>       ffunc_with_state = ffunction(float
> c_function_which_uses_static_var_for_state(float), "","");
>
> Now, guess what will happen if you do
>
>       process = ffunc_with_state, ffunc_with_state;
>
> ?
>
> or
>
>       process = ffunc_with_state : ffunc_with_state;
>
> ?
>
> Oleg.
>
>

Yep, it's a problem. Definitely not a fully general solution.


_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to