Path to this page:
Subject: CVS commit: pkgsrc/time/hs-time-manager
From: Masatake Daimon
Date: 2025-01-30 17:13:35
Message id: 20250130161336.0485AFBE0@cvs.NetBSD.org
Log Message:
time/hs-time-manager: update to time-manager-0.2.2
## 0.2.2
* `initialize` with non positive integer creates a time manager
which does not maintain timeout.
[#1017](https://github.com/yesodweb/wai/pull/1017)
## 0.2.1
* Export KilledByThreadManager exception
[#1016](https://github.com/yesodweb/wai/pull/1016)
## 0.2.0
* Providing `System.ThreadManager`.
* `withHandle` catches `TimeoutThread` internally.
It returns `Nothing` on timeout.
## 0.1.3
* Providing `withHandle` and `withHandleKillThread`.
## 0.1.2
* Holding `Weak ThreadId` to prevent thread leak again
[#1013](https://github.com/yesodweb/wai/pull/1013)
## 0.1.1
* Removing `unliftio`.
Files: