PostBoard
Experemental! Still looking at other ways to implement this that would be more useful for the engine, and lower lookup, post, and watch runtimes.
A "PostBoard" is a messaging system that anyone who has reference to may "post" updates to. Posts are any type of data, assigned by key. Other objects may look at "posts", and continuously watch a "post".
Constructor Summary
Public Constructor | ||
public |
|
Method Summary
Public Methods | ||
public |
close(key: *, id: *) |
|
public |
closeAll(id: *) |
|
public |
look(key: *): * |
|
public |
post(key: *, message: *) |
|
public |
|