backie/fang_examples/simple_worker
Pmarquez cf2ce19c97
Handle imports and dependencies (#56)
* imports, exports and README

* serde_json not necessay

* deleting tokio_postgres

* authors

* blocking example

* Update fang_examples/simple_async_worker/src/lib.rs

Co-authored-by: Ayrat Badykov <ayratin555@gmail.com>
2022-08-03 08:37:53 +00:00
..
src Handle imports and dependencies (#56) 2022-08-03 08:37:53 +00:00
.gitignore Add simple example (#9) 2021-07-31 09:47:53 +03:00
Cargo.toml Handle imports and dependencies (#56) 2022-08-03 08:37:53 +00:00
README.md Add simple example (#9) 2021-07-31 09:47:53 +03: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.