Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnu-liguobin committed Jan 10, 2024
1 parent dad61d8 commit 1d29138
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ To use the plugin quickly, you can download it from [Release Assets](https://git
## More information

### How to realize it
| plugin | library | Enhance Targets |
|------------------------|-------------------------------------------|------------------------------------------------------------------------------------------------------------------------|
| cats-effect-v3x-plugin | cats-effect | `cats.effect.IOFiber` |
| zio-v2x-plugin | zio | `zio.internal.FiberRuntime`, `zio.Executor` |
| ziogrpc-v06rcx-plugin | zio-grpc | `scalapb.zio_grpc.ZChannel`<br/>`scalapb.zio_grpc.server.ZServerCall`<br/>`scalapb.zio_grpc.server.ZServerCallHandler` |
| ziohttp-v2x-plugin | zio-http | `zhttp.http.Http$PartialCollectHttp$` |
| caliban-v2x-plugin | caliban | `caliban.GraphQLInterpreter`, `caliban.wrappers.Wrapper` |
| executors-plugin | `java.util.concurrent.ThreadPoolExecutor` | `submit`, `schedule`, `schedule` |
| ziocache-plugin | zio-cache | `zio.cache.Cache` |
| plugin | library | Enhance Targets |
|------------------------|--------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|
| cats-effect-v3x-plugin | cats-effect | `cats.effect.IOFiber` |
| zio-v2x-plugin | zio | `zio.internal.FiberRuntime`, `zio.Executor` |
| ziogrpc-v06rcx-plugin | zio-grpc | `scalapb.zio_grpc.ZChannel`<br/>`scalapb.zio_grpc.server.ZServerCall`<br/>`scalapb.zio_grpc.server.ZServerCallHandler` |
| ziohttp-v2x-plugin | zio-http | `zhttp.http.Http$PartialCollectHttp$` |
| caliban-v2x-plugin | caliban | `caliban.GraphQLInterpreter`, `caliban.wrappers.Wrapper` |
| executors-plugin | `java.util.concurrent.ThreadPoolExecutor` and its subclasses | `submit`, `schedule`, `execute` |
| ziocache-plugin | zio-cache | `zio.cache.Cache` |

### Available configurations
| key | description |
Expand Down

0 comments on commit 1d29138

Please sign in to comment.