add async feature #1

Merged
b4tman merged 62 commits from async into master 2023-08-18 09:29:46 +03:00
Owner

for use in async context with tokio

for use in async context with tokio
b4tman added 10 commits 2023-08-06 01:11:22 +03:00
b4tman added 1 commit 2023-08-06 01:19:30 +03:00
ci: add "publish" pipeline type
continuous-integration/drone/push Build is passing
c0193e4f74
b4tman added 3 commits 2023-08-06 17:03:34 +03:00
(reader and converter)
ci: fix pipeline build
continuous-integration/drone/push Build is passing
851058245d
b4tman added 8 commits 2023-08-08 14:33:40 +03:00
(poll_next not work)
(poll_next removed // not work)
-- write invalid:
"UnexpectedEnd { additional: 385 }"
"impl Stream for SourceQuestionsZipReaderAsync" dropped
for Send for Writer
---
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 }
fix app_async
continuous-integration/drone/push Build is failing
8306c76a0c
b4tman added 4 commits 2023-08-08 17:10:09 +03:00
using ZstdEncoder from ..:tokio::bufread instead of ..:tokio::write
fmt
continuous-integration/drone/push Build is passing
f2fc72056b
b4tman added 1 commit 2023-08-08 17:10:28 +03:00
Revert "ci: fix pipeline build"
continuous-integration/drone/push Build is passing
48438c1aec
This reverts commit 851058245d.
b4tman added 1 commit 2023-08-10 11:22:49 +03:00
PhantomData<Arc<T>>
continuous-integration/drone/push Build is passing
68b276ce5e
b4tman added 1 commit 2023-08-10 11:51:14 +03:00
Merge branch 'master' into async
continuous-integration/drone/push Build is passing
9c4882fbbb
b4tman force-pushed async from 65b2126bc7 to f874e59a11 2023-08-10 14:22:50 +03:00 Compare
b4tman added 5 commits 2023-08-12 22:13:38 +03:00
b4tman added 1 commit 2023-08-12 22:35:00 +03:00
source: reformat struct's
continuous-integration/drone/push Build is passing
e32316c6aa
b4tman added 2 commits 2023-08-12 22:54:30 +03:00
b4tman added 1 commit 2023-08-12 23:35:30 +03:00
add questions ser/de tests
continuous-integration/drone/push Build is passing
e0326e3b0a
b4tman added 4 commits 2023-08-13 13:20:14 +03:00
b4tman marked the pull request as ready for review 2023-08-13 13:23:54 +03:00
b4tman added 4 commits 2023-08-13 18:17:13 +03:00
b4tman added 4 commits 2023-08-14 15:55:12 +03:00
for reusing current item buf
use BincodeVecWriter in (sync) db
continuous-integration/drone/push Build is passing
645b654dac
for reusing current item buf
b4tman added 1 commit 2023-08-14 16:25:15 +03:00
async_db: add Reader::get_with_buf +test
continuous-integration/drone/push Build is passing
3ea4930105
b4tman added 1 commit 2023-08-14 17:20:12 +03:00
async_db: refactor WriterSink::poll_ready
continuous-integration/drone/push Build is passing
f1d4cf05c5
b4tman added 5 commits 2023-08-15 16:47:39 +03:00
b4tman added 3 commits 2023-08-16 12:06:35 +03:00
b4tman added 1 commit 2023-08-16 15:10:40 +03:00
app_async: use for_each_concurrent
continuous-integration/drone/push Build is passing
797f781959
b4tman merged commit a0c13ea205 into master 2023-08-18 09:29:46 +03:00
b4tman deleted branch async 2023-08-18 09:29:46 +03:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: b4tman/chgk_ledb#1