Which method should the server dispatch to?
服务器应该发送哪一种方法呢?
With this message it's fairly easy for a server to decide which method to dispatch to.
对于这种消息,服务器很容易决定把它发送到哪一种方法。
As a simple example, let us create a generic function called whoami and some tagged methods to dispatch to.
作为一个简单的例子,我们来创建一个称为whoami的泛型函数以及一些要被分派标记的方法。
应用推荐