> For the complete documentation index, see [llms.txt](https://aptivi.gitbook.io/aptivi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aptivi.gitbook.io/aptivi/threadify-manual/welcome.md).

# Welcome

Threadify is a C# library that allows you to manage threads more efficiently, as well as starting and stopping threads. It also gives you a flexible thread class that allows you to restart a single thread without having to manually make a new thread.

***

## <mark style="color:$primary;">Release history</mark>

Below is the release history of the library:

{% updates format="full" %}
{% update date="2026-05-02" %}

## <mark style="color:$primary;">v1.0.0</mark>

The initial release of the library is now live!
{% endupdate %}
{% endupdates %}
