Commit Graph

7 Commits

Author SHA1 Message Date
965c021d83 fix async_db tests (to fail)
---
failures:
    async_db::test::test_write_read
    async_db::test::test_write_read_stream

thread 'async_db::test::test_write_read' panicked at 'get: "UnexpectedEnd { additional: 1 }
2023-08-08 14:29:18 +03:00
a1a1d41403 replace PhantomData in async_db::Writer
for Send for Writer
2023-08-08 14:25:01 +03:00
f55b6f681c move str_err to util.rs 2023-08-06 16:58:43 +03:00
cad8ff0404 add async test_share_reader 2023-08-06 01:05:36 +03:00
39ce0d8ceb add async reader stream 2023-08-06 00:56:49 +03:00
1ba645f337 add async reader 2023-08-06 00:12:15 +03:00
abcb7d6dc2 add async writer
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-05 23:10:30 +03:00