KO
|
EN
gitlite — search
Search
#hacktoberfest
#python
#machine-learning
#hacktoberfest-accepted
#javascript
#rust
#css
#kotlin
#nodejs
#android
#html
#open-source
isolate
★ 88
Open GitHub ↗
Makes working with Dart isolates easier.
Download README (.md)
Explore Similar Repositories
lazyload
:
Lazyload images or lazy execute scripts. (图片脚本懒加载)
git-changelog-gradle-plugin
:
Automate changelog and versioning with conventional commits and Git.
book-fast-service-fabric
:
A sample demonstrating how to implement a multitenant facility management and accommodation booking application as native Azure Service Fabric reliable services.
Microsoft.Diagnostics.Tracing.Logging
:
.NET library for logging data via EventSource/ETW
image-to-ansi
:
Convert an image to ANSI colour codes using JavaScript.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
isolate
?
Download (.md)
[](https://github.com/dart-lang/isolate/actions/workflows/test-package.yml) # DISCONTINUED This package has been discontinued, and will no longer be maintained. ------------ Helps with isolates and isolate communication in Dart. Requires the `dart:isolate` library being available. Isolates are not available for Dart on the web. The package contains individual libraries with different purposes. ### Creating send ports and responding to messages. The "ports.dart" sub-library contains functionality for creating `SendPort`s and reacting to values sent to those ports. ### Working with isolates and running functions in other isolates. The "isolate_runner.dart" sub-library introduces an `IsolateRunner` class that gives easy access to the `Isolate` functionality, and also gives a way to run new functions in the isolate repeatedly, instead of just on the initial `spawn` call. ### A central registry for values that can be used across isolates. The "registry.dart" sub-library provides a way to create an object registry, and give access to it across different isolates. ### Balancing load across several isolates. The "load_balancer.dart" sub-library can manage multiple `Runner` objects, including `IsolateRunner`, and run functions on the currently least loaded runner. ## Features and bugs Please file feature requests and bugs at the [issue tracker][tracker]. [tracker]: https://github.com/dart-lang/isolate/issues