@ricsam/isolate-client 0.1.15 → 0.1.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -145,6 +145,7 @@ interface Namespace {
145
145
  - Namespaced runtimes are cached on dispose and evicted via LRU when `maxIsolates` limit is reached
146
146
  - Cross-client reuse is allowed - any connection can reuse a namespace by ID
147
147
  - A namespace can only have one active runtime at a time; creating a second runtime with the same namespace ID while one is active will fail
148
+ - Concurrent createRuntime calls for the same namespace are rejected with `Namespace "<id>" creation already in progress`
148
149
 
149
150
  ## Module Loader
150
151