Daniel Jackson
Daniel Jackson
This is largely complete already, but there's more implementation required. :alien:
:alien:
As the title says, I need to complete the implementation of `TADEventEngine` :alien:
Creates multiple Event Thread instances and distributes the workload of incoming Events across the Pool based on which Thread(s) is(are) most available at the point of dispatch.
Describes an Event Thread Pool.
Common Interface for Getter, Setter and Property of `Hasher: IADHasher`. This is then implemented by `TADHashMap` where `` is matched to ``
Need to define `TADHasher` as the Abstract Base Class implementing `IADHasher`. This basically provides a "concrete class" abstraction for each Hashing Algorithm Implementation. This Issue also includes the definition of...
`IADHasher` is the common Interface for all Hashing Algorithm Implementations. The idea behind this is that the Hash Map types (`IADHashMap`) can specify their own Hashing Algorithm implementation to use.