even more queuing around

This commit is contained in:
nora 2022-02-27 18:41:14 +01:00
parent 4643483d70
commit d90d61504c
5 changed files with 24 additions and 7 deletions

View file

@ -4,8 +4,10 @@ use amqp_core::error::ProtocolError;
use amqp_core::methods::{BasicConsume, Method};
pub async fn consume(
_channel_handle: ChannelHandle,
channel_handle: ChannelHandle,
_basic_consume: BasicConsume,
) -> Result<Method, ProtocolError> {
let _channel = channel_handle.lock();
amqp_todo!()
}