[pygccxml-development] gil_guard_t example ?
Brought to you by:
mbaas,
roman_yakovenko
From: Damien F. <dam...@mo...> - 2008-08-19 11:04:20
|
Hi , some of the member function that we bind can potentially take some time , and we are looking to a way to release the GIL during there execution . looking on the web I see that py++ as some things in place for that : gil_guard_t and I found couple of project using that , but I am still a little confuse on how to use it . is there an example somewhere on how to best use it ? Thanks Damien |