| 213 | } // namespace |
| 214 | |
| 215 | disposable framing::run(multiplexer& mpx, stream_socket fd, |
| 216 | async::consumer_resource<chunk> pull, |
| 217 | async::producer_resource<chunk> push) { |
| 218 | return run_impl(mpx, fd, pull, push); |
| 219 | } |
| 220 | |
| 221 | disposable framing::run(multiplexer& mpx, ssl::connection conn, |
| 222 | async::consumer_resource<chunk> pull, |