From cad416dc84924705b7a628e50657349fb92a7bdc Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Mon, 22 Jul 2024 16:14:17 -0700 Subject: [PATCH] fixed README formatting --- .cross_sync/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cross_sync/README.md b/.cross_sync/README.md index d8aff8731..563fccb3b 100644 --- a/.cross_sync/README.md +++ b/.cross_sync/README.md @@ -15,6 +15,7 @@ Many Asyncio components have direct, 1:1 threaded counterparts for use in non-as provides a compatibility layer that works with both | CrossSync | Asyncio Version | Sync Version | +| --- | --- | --- | | CrossSync.Queue | asyncio.Queue | queue.Queue | | CrossSync.Condition | asyncio.Condition | threading.Condition | | CrossSync.Future | asyncio.Future | Concurrent.futures.Future | @@ -38,7 +39,7 @@ Additionally, CrossSync provides method implementations that work equivalently i - `CrossSync.condition_wait()` - `CrossSync,event_wait()` - `CrossSync.create_task()` -- `CrossSync.retry_target()`` +- `CrossSync.retry_target()` - `CrossSync.retry_target_stream()` ### Annotations