Skip to content

Commit

Permalink
Added engine_perimeter.png in engine README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
proydakov committed Jul 6, 2023
1 parent 8cd7adf commit 1cc7e4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Binary file added .image/engine_perimeter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ IHFT is microframework & laboratory for low latency applications.
- [x] simple human-readable TOML config system
- [x] sigaction based signal handler
- [x] logger module
- [x] compile-time formatting pattern check
- [ ] compile-time formatting pattern check
- [x] smart serializer for input arguments
- [x] simple client usage
- [x] non reliable delivery
Expand All @@ -100,6 +100,7 @@ IHFT is microframework & laboratory for low latency applications.
- [x] task assignment
- [x] configuration verification
- [x] intelligent component loading
- [x] documentation with pictures
- [x] CI
- [x] github workflows CI
- [x] static binary
Expand Down
4 changes: 4 additions & 0 deletions engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ It provides a comprehensive functionality for:
- binding user tasks to execution threads
- waiting for the end of the application

Demonstration in Linux (htop):

![perimeter](/.image/engine_perimeter.png)

## Examples

[engine_perimeter example](example/engine_perimeter.cpp)
Expand Down

0 comments on commit 1cc7e4b

Please sign in to comment.