Module near_async::test_loop::delay_sender
source · Structs§
- Interface to send an event with a delay (in virtual time). It can be converted to a Sender for any message type that can be converted into the event type, so that a DelaySender given by the test loop may be passed to production code that expects a Sender.