Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: README.md

Issue 1026363003: pkg/isolate: support travis and coveralls (Closed) Base URL: https://github.com/dart-lang/isolate.git@travis
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « .travis.yml ('k') | test/isolaterunner_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # isolate 1 [![Build Status](https://travis-ci.org/dart-lang/isolate.svg?branch=master)](htt ps://travis-ci.org/dart-lang/isolate)
2 [![Coverage Status](https://coveralls.io/repos/dart-lang/isolate/badge.svg?branc h=master)](https://coveralls.io/r/dart-lang/isolate)
2 3
3 The `isolate` package helps with isolates and isolate communication. 4 Helps with isolates and isolate communication in Dart.
4 5
5 The package contains individual libraries with different purposes. 6 The package contains individual libraries with different purposes.
6 7
7 ### Creating send ports and responding to messages. 8 ### Creating send ports and responding to messages.
8 9
9 The "ports.dart" sub-library contains functionality 10 The "ports.dart" sub-library contains functionality
10 for creating `SendPort`s and reacting to values sent to those ports. 11 for creating `SendPort`s and reacting to values sent to those ports.
11 12
12 ### Working with isolates and running functions in other isolates. 13 ### Working with isolates and running functions in other isolates.
13 14
(...skipping 11 matching lines...) Expand all
25 26
26 The "load_balancer.dart" sub-library can manage multiple `Runner` objects, 27 The "load_balancer.dart" sub-library can manage multiple `Runner` objects,
27 including `IsolateRunner`, and run functions on the currently least loaded 28 including `IsolateRunner`, and run functions on the currently least loaded
28 runner. 29 runner.
29 30
30 ## Features and bugs 31 ## Features and bugs
31 32
32 Please file feature requests and bugs at the [issue tracker][tracker]. 33 Please file feature requests and bugs at the [issue tracker][tracker].
33 34
34 [tracker]: https://github.com/dart-lang/isolate/issues 35 [tracker]: https://github.com/dart-lang/isolate/issues
OLDNEW
« no previous file with comments | « .travis.yml ('k') | test/isolaterunner_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698