This commit is contained in:
Simon Cruanes 2023-05-31 23:54:39 -04:00
parent 7005e114d1
commit b5618187d7
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -3,7 +3,7 @@
[![build](https://github.com/c-cube/moonpool/actions/workflows/main.yml/badge.svg)](https://github.com/c-cube/moonpool/actions/workflows/main.yml) [![build](https://github.com/c-cube/moonpool/actions/workflows/main.yml/badge.svg)](https://github.com/c-cube/moonpool/actions/workflows/main.yml)
A pool within a bigger pool (ie the ocean). Here, we're talking about A pool within a bigger pool (ie the ocean). Here, we're talking about
pools of [Thread.t] which live within a fixed pool of [Domain.t]. pools of `Thread.t` which live within a fixed pool of `Domain.t`.
## Usage ## Usage