|
|
|
|
|
by thayne
19 days ago
|
|
An extension written for a single threaded host system might not work in a multi-threaded context. For example if has global or shared state that isn't protected with locks or similar (which is unfortunately fairly common in c code) |
|