Add a note about thread safety

This commit is contained in:
Evan Miller
2020-08-21 20:44:47 -04:00
parent f65c744aa5
commit 7ed9df0526

View File

@@ -21,11 +21,17 @@ https://github.com/evanmiller/mdbtools
Intended focus areas of this fork:
- [ ] Security / fuzz testing
- [ ] Thread safety
- [ ] Security / stability / fuzz testing
- [x] Thread safety\*
- [x] Removing GLib dependency
- [x] Improved ODBC compliance
- [x] Continuous integration with Travis and AppVeyor
\* Multiple `MdbHandle`s can now be created on different threads and
`MdbHandle`s can be passed between threads but threads should not attempt to
use the same `MdbHandle` at the same time. Use `mdb_clone_handle` to create a
new handle using an existing file descriptor.
A re-formatted and updated README file follows.
*In a chipper open-source voice...*