Dispatching values to handlers, as in std.concurrency

"Luís "Luís
Mon May 6 14:26:02 PDT 2013


On Monday, 6 May 2013 at 21:20:49 UTC, Idan Arye wrote:
> BTW, for this to work `typeHandler.type` needs to be known at 
> compile-time.

That's the rub. This list of handler is dynamic, so 
`typeHandler.type` is a TypeInfo, not a compile-time type.


More information about the Digitalmars-d-learn mailing list