html5ever icon indicating copy to clipboard operation
html5ever copied to clipboard

Create new types for Tokenizer and TreeBuilder which are `Send`

Open nikhilshagri opened this issue 7 years ago • 1 comments

This is needed for speculative parsing in Servo, where one needs to send the tokenizer state between threads. I created a Sendable trait, which is implemented by both the Tokenizer and the TreeBuilder.

Servo side PR: https://github.com/servo/servo/pull/19203

nikhilshagri avatar Mar 12 '18 08:03 nikhilshagri

:umbrella: The latest upstream changes (presumably #357) made this pull request unmergeable. Please resolve the merge conflicts.

bors-servo avatar Dec 17 '18 23:12 bors-servo