near-async 0.15.0

This crate contains the async helpers specific for nearcore
Documentation

Core Async Helpers

This crate contains helpers related to common asynchronous programming patterns used in nearcore:

  • messaging: common interfaces for sending messages between components.
  • test_loop: a event-loop-based test framework that can test multiple components together in a synchronous way.