Unclaimed project
Are you a maintainer of tardy? Claim this project to take control of your public changelog and roadmap.
Changelog
An asynchronous runtime for writing applications and services. Supports io_uring, epoll, kqueue, and poll for I/O.
This update focused on cleaning up a variety of sharp edges as well as various features.
queue_connect for connecting to different sockets. (42e61e33e7188c372ac24fadc11a5ae5e7485cc7)wrap and unwrap allowing for more complex types to be converted to an integer representation. (e54daaee8639a10bf5f120fb9f4d6c20ebf2ae46)entry_in_new_thread allowing for the runtime to be started and managed in a different thread, making embedding of Tardy in applications easier. (9207187c0f9cfbe2c2987edf5fb2d3c5a13e9c94)aio.append during startup. (32b89f28ef6b0b2fc9d4aded5f5e19f70025de92)io_uring flags conditional on kernel version. (a4144a3f8b39b2513565021c977fe74c78333c9e)Full Changelog: https://github.com/mookums/tardy/compare/v0.1.0...v0.2.0