Subject: | plugins should be thread-safe |
The current kdb plugin interface has a thread safety flag. I think this should be removed, and
plugins required to be thread-safe; if they're not thread-safe internally, they can use the thread
support functions (which will need to be) in the support library to implement their own locking.
plugins required to be thread-safe; if they're not thread-safe internally, they can use the thread
support functions (which will need to be) in the support library to implement their own locking.