mt.aio.procedure

Asynchronous procedure.

An asynchronous procedure, a.k.a. an aproc, is a procedure that is asynchronous and has been wrapped into an asyncio.Future. A procedure is a function that returns None.