dkornishev / dherkin

Cucumber gherkin runtime for dart
BSD 2-Clause "Simplified" License
8 stars 5 forks source link

Refactor to use worker library #9

Closed dkornishev closed 10 years ago

dkornishev commented 10 years ago

To allow for concurrent executions, refactor to use worker library

Goutte commented 10 years ago

I'm interested to see how you're going to do that ! Also, I wonder how testing code that runs Isolates will look like. May not be that different, though.