-
Notifications
You must be signed in to change notification settings - Fork 13
WorkerMessage.as
monicanagent edited this page Nov 17, 2014
·
2 revisions
Instances of WorkerMessage are used to communicate requests and responses between Workers and their host. WorkerMessage instances contain all of the necessary data for a request or a response, including a designated command from CryptoWorkerCommand. WorkerMessages may be sent synchronously (request-response) and asynchronously (status update, generic error, etc.)
Source code and inline documentation: https://github.com/monicanagent/cypherpoker/blob/master/Libraries/P2P3/P2P3E/src/p2p3/workers/WorkerMessage.as