Skip to content

Commit 50c2d12

Browse files
authored
runtime independent (#162)
1 parent 9650fcb commit 50c2d12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Get more information about this tool in the [contributing][] document.
3535
* HTTP/3 client and server implementation
3636
* Async only API
3737
* QUIC transport abstraction via traits in the [`quic`](./h3/src/quic.rs) module
38+
* Runtime independent (h3 does not spawn tasks and works with any runtime)
3839
* Supported QUIC implementations to date are
3940
[Quinn](https://github.com/quinn-rs/quinn) ([h3-quinn](./h3-quinn/))
4041
and [s2n-quic](https://github.com/aws/s2n-quic)

0 commit comments

Comments
 (0)