Skip to content

Commit

Permalink
Updated readme for full release
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Oct 10, 2021
1 parent 0d41b45 commit eb68864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An implementation of `ExecutionContext` in terms of JavaScript's [`setImmediate`
## Usage

```sbt
libraryDependencies += "org.scala-js" %%% "scala-js-macrotask-executor" % "0.2.0"
libraryDependencies += "org.scala-js" %%% "scala-js-macrotask-executor" % "1.0.0"
```

Published for Scala 2.11, 2.12, 2.13, 3. Functionality is fully supported on all platforms supported by Scala.js (including web workers). In the event that a given platform does *not* have the necessary functionality to implement `setImmediate`-style yielding (usually `postMessage` is what is required), the implementation will transparently fall back to using `setTimeout`, which will drastically inhibit performance but remain otherwise functional.
Expand Down

0 comments on commit eb68864

Please sign in to comment.