mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-27 18:49:01 +02:00
migrate actix-web to std::future
This commit is contained in:
@ -3,7 +3,7 @@ use std::sync::mpsc;
|
||||
use std::{net, thread, time};
|
||||
|
||||
use actix_codec::{AsyncRead, AsyncWrite, Framed};
|
||||
use actix_rt::{System};
|
||||
use actix_rt::System;
|
||||
use actix_server::{Server, ServiceFactory};
|
||||
use awc::{error::PayloadError, ws, Client, ClientRequest, ClientResponse, Connector};
|
||||
use bytes::Bytes;
|
||||
|
Reference in New Issue
Block a user