Releases: mookums/tardy
Releases · mookums/tardy
v0.2.1
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
v0.1.0
This is an initial release of Tardy. Supported OSes include Mac, Linux and Windows.
This provides:
- Support for
io_uring
- Support for
epoll
- Support for
kqueue
- Support for POSIX Fallback
busy_loop
- Filesystem Operations (through
runtime.fs
) - Network Operations (through
runtime.net
)
Full Changelog: https://github.com/mookums/tardy/commits/v0.1.0