Skip to content
This repository was archived by the owner on Jun 26, 2025. It is now read-only.

Commit 7ce3fff

Browse files
Add description
1 parent f561e48 commit 7ce3fff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

thread-pool-async.opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ depends: [
1818
"core" {with-test & >= "v0.9"}
1919
]
2020
synopsis: "A pool of background threads that can be used to defer computation and use Async with non-async code"
21+
description: """
22+
Useful for running blocking code alongside non-blocking code."""

0 commit comments

Comments
 (0)