On 8 February 2017 at 18:03, Marek Olšák wrote:
> From: Paul Berry
>
> Several API functions require special treatment in order to be marshalled
> to a background thread. Others can't be safely executed in a background
> thread and need to be executed synchronously (e.g. since they return data
>
From: Paul Berry
Several API functions require special treatment in order to be marshalled
to a background thread. Others can't be safely executed in a background
thread and need to be executed synchronously (e.g. since they return data
through a pointer argument).
This annotation will be used