v0.2.0
This update focused on cleaning up a variety of sharp edges as well as various features.
- Added
queue_connect
for connecting to different sockets. (42e61e3) - Added an abstracted
wrap
andunwrap
allowing for more complex types to be converted to an integer representation. (e54daae) - Added
entry_in_new_thread
allowing for the runtime to be started and managed in a different thread, making embedding of Tardy in applications easier. (9207187) - Added proper error handling with callbacks being handed a result type, allowing for errors to be standardized and captured directly without having to determine from integer types. (9d0b398)
- Fixed a race condition that would sometimes occur within the
aio.append
during startup. (32b89f2) - Made
io_uring
flags conditional on kernel version. (a4144a3)
Full Changelog: v0.1.0...v0.2.0