async-log icon indicating copy to clipboard operation
async-log copied to clipboard

Make `task_id` optional

Open dignifiedquire opened this issue 6 years ago • 1 comments

I have a system that only uses regular threads, but no Futures, so I was wondering if there could be an option to disable logging task_ids, as this is still really nice.

dignifiedquire avatar Oct 25 '19 11:10 dignifiedquire

maybe simply putting all Future related things behind a feature flag, such that as a user this can be set at compile time

dignifiedquire avatar Oct 25 '19 12:10 dignifiedquire