packToken

fnulong packToken(Token token) pure @safe nothrow @nogc

Pack a token into a 64-bit value for use as IOCP completion key.

Parameters

tokenToken to pack.

Returns

Packed 64-bit representation.