maybe-async-rs icon indicating copy to clipboard operation
maybe-async-rs copied to clipboard

feat: add `default_sync` and `is_async` feature gate

Open XLPhere opened this issue 10 months ago • 1 comments

Purpose of these features is to enable depdendants to provide a feature to enable async support instead of a feature to disable it. Creates (which would want to be sync by default) could then:

  • Always enable the default_sync feature.
  • Enable async support with the is_async feature when needed.

XLPhere avatar Jan 19 '25 15:01 XLPhere