Nikita Bishonen
Nikita Bishonen
This issue fixes #101 and #111 Please Review
@flefevre sumglobal/rpi-kafka and sumglobal/rpi-zookeeper works on rpi
@dzmitry-lahoda can you rewrite description? What you have build and mappend, what PrintPDF should use OOB?)
If I remove content of one rust module to delete it and paste into another module, when saving empty module file with `:wq`, I get this error almost every time.
Made simple example: ``` . ├── Cargo.lock ├── Cargo.toml ├── src │ ├── lib.rs │ ├── main.rs │ ├── mod1.rs │ └── mod2.rs └── target ├── CACHEDIR.TAG └── debug ├──...
@GopherJ you can use https://docs.rs/futures/0.3.4/futures/executor/index.html and task::spawn https://docs.rs/async-std/1.5.0/async_std/task/index.html#spawning-a-task
you can create `ThreadPool` before `b.iter()` and use one runtime for entire benchmark like you do to preconfigure another environment entities.
@GopherJ sorry - didn't check notifications for a while. https://github.com/hyperledger/iroha/blob/iroha2-dev/iroha_client/benches/torii.rs this is our current benches, but we block inside iter.
Agree, would be great and sufficient for most cases to add `ctx` as a parameter into loader. If maintainers agree with this design, we can create a PR with initial...