Contents

hash(into:)

Hash the executor identity into the given hasher.

Declaration

func hash(into hasher: inout Hasher)

Discussion

This function is available independently from the Hashable conformance, allowing back-deployment to older runtimes when implementing Hashable in user code