backie/fang_examples/blocking/simple_worker
Pmarquez 360140d064
Blocking refactor (#74)
* Adapting code to new Fang tables structure and refactoring to make it more generic (Not finished)

* Refactoring of the blocking module

* Finishing blocking module, starting to modify tests

* Worker tests done, Queue tests left

* Maybe all tests done ??

* Makefile clippy

* Examples fixed

* asynk feature

Co-authored-by: Ayrat Badykov <ayratin555@gmail.com>
2022-08-29 16:59:22 +00:00
..
src Blocking refactor (#74) 2022-08-29 16:59:22 +00:00
.gitignore Blocking refactor (#74) 2022-08-29 16:59:22 +00:00
Cargo.toml Blocking refactor (#74) 2022-08-29 16:59:22 +00:00
README.md Blocking refactor (#74) 2022-08-29 16:59:22 +00:00

Simple example

The job described in this example enqueues a new job during its execution saving thread name of the current worker to its metadata.