grid icon indicating copy to clipboard operation
grid copied to clipboard

Abstract DLT polling monitor prototype async

Open ameliabradley opened this issue 4 years ago • 0 comments

The prototype for the DLT polling monitor is currently tightly coupled with the async library Tokio. We want to decouple Tokio and abstract away any async calls, so that if in the future we switch the async runtime or use a different technique (such as threads), there will be less code to rewrite.

ameliabradley avatar Apr 01 '22 21:04 ameliabradley