Ayrat Badykov
ead367d33f
Recover from panics draft ( #57 )
...
* Recover from panics draft
* Handling worker pool panics and Scheduler panics , fix clippy also
* Update src/asynk/async_scheduler.rs
Co-authored-by: Ayrat Badykov <ayratin555@gmail.com>
* add new task
Co-authored-by: pxp9 <48651252+pxp9@users.noreply.github.com>
2022-08-04 15:22:53 +00:00
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
Pmarquez
140b19e6e4
Generic Worker Pool ( #55 )
...
* generic async worker pool !!
* cfg tests
2022-08-02 14:32:58 +00:00
Pmarquez
549f5a1c4b
Max number of conns ( #54 )
...
* Max number of conns
* fixing builder , connect and example
* fix comments
* fix comments
* Update src/asynk/async_queue.rs
Co-authored-by: Ayrat Badykov <ayratin555@gmail.com>
2022-08-01 19:37:32 +00:00
Pmarquez
7e66196373
Async Improvements AsyncRunnable param ( #51 )
...
* AsyncRunnable param in insert_task and insert_periodic_task
* fix example
2022-07-31 15:15:00 +00:00
Ayrat Badykov
133d142761
Async worker pool draft ( #49 )
...
* Async worker pool draft
* ignore all targets
* simple worker example
* add debug logs
* fix
* fix tests
* remove log
* remove debug logs
* fix clippy
2022-07-31 13:32:37 +00:00