mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
7f8bf2537d
This is a prerequisite for fast streams work -- this particular resource used a custom `mpsc`-style stream, and this work will allow us to unify it with the streams in `ext/http` in time. Instead of using Option as an internal semaphore for "correctly completed EOF", we allow code to propagate errors into the channel which can be picked up by downstream sinks like Hyper. EOF is signalled using a more standard sender drop. |
||
---|---|---|
.. | ||
crypto | ||
zlib | ||
http.rs | ||
idna.rs | ||
mod.rs | ||
os.rs | ||
require.rs | ||
v8.rs | ||
winerror.rs |