Skip to content

Commit

Permalink
fixed README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche authored Jul 22, 2024
1 parent ad95748 commit cad416d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cross_sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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
Expand Down

0 comments on commit cad416d

Please sign in to comment.