Closed
Description
The current bound on World::resource_scope
is too tight: we require Send + Sync
in the form of the Resource
trait, when there's no need for it.
As a result, there's no way to use resource_scope
with NonSend
resources, which is a frustrating inconsistency.