@@ -21,17 +21,20 @@ head:
2121 - - meta
2222 - name : " yandex-verification"
2323 content : " 9b105f7c58cbc920"
24- features :
25- - title : Production ready
26- details : Taskiq has proven that it can run in heavy production systems with high load.
27- - title : Fully asynchronous
28- details : Taskiq can run both sync and async functions. You don't have to worry about it.
29- - title : Easily extensible
30- details : Taskiq has a lot of replaceable components. It's super easy to implement
31- your own broker or middleware.
32- - title : Strongly typed
33- details : Taskiq provides correct autocompletion for most of its functionality.
34- footer : MIT Licensed | Copyright© 2022-2023
24+ highlights :
25+ - features :
26+ - title : Production ready
27+ details : Taskiq has proven that it can run in heavy production systems with high load.
28+ - title : Fully asynchronous
29+ details : Taskiq can run both sync and async functions. You don't have to worry about it.
30+ - title : Easily extensible
31+ details : Taskiq has a lot of replaceable components. It's super easy to implement
32+ your own broker or middleware.
33+ - title : Strongly typed
34+ details : Taskiq provides correct autocompletion for most of its functionality.
35+
36+ copyright : false
37+ footer : MIT Licensed | Copyright© 2022-present
3538---
3639
3740## What is taskiq in a nutshell
0 commit comments