Module threading_macros

Module threading_macros 

Source
Expand description

Main API for interacting with the threading back end. Remember, we use tokio as our executor. This means that by default, all jobs sent to the thread pool have to be async in nature. These macros make handling of these jobs at the sync/async boundary more convenient.