Avatar
omochimetaru 11/2/2023 1:02 AM
以前の挙動はそもそも観測できない/曖昧 だから検証不能だとしても
1:02 AM
それ以降に機能が増えたりしていく過程で観測可能になる可能性があって
1:03 AM
それに備えて何が仕様なのか事前に明確化したかった、ように見える。
1:04 AM
@_unsafeInheritExecutor This async function uses the pre-SE-0338 semantics of unsafely inheriting the caller's executor. This is an underscored feature because the right way of inheriting an executor is to pass in the required executor and switch to it. Unfortunately, there are functions in the standard library which need to inherit their caller's executor but cannot change their ABI because they were not defined as @_alwaysEmitIntoClient in the initial release.