simplify the thread implementation, use feature 'nothread' to disable threads instead of 'thread' to enable them, plus other fixes around threads
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7933 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d35515351b
commit
2eeef5275d
6 changed files with 62 additions and 101 deletions
|
|
@ -8,7 +8,6 @@ class Foo;
|
|||
extern "C" void* working(void* t);
|
||||
%}
|
||||
|
||||
%threads;
|
||||
%director Foo;
|
||||
|
||||
%inline {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue