MACE  1.0.0
 All Classes Namespaces Files Functions Variables Enumerations Defines
Todo List
Class mace::cmt::thread
perform 'garbage collection' on idle stacks, perhaps before entering a blocking wait. Idle stacks would be any stack that is 'ready' and not blocking and would simply take turns processing new tasks.
Member mace::cmt::thread::create (const char *name="")
this method currently blocks the calling thread while a new thread is created. It should return a future<thread*> instead.
Member mace::cmt::thread::quit ()
make quit non-blocking of the calling thread by eliminating the call to boost::thread::join
Class mace::rpc::client< InterfaceType, ConnectionType >
- make client_interface take a pointer to client_base to enable the construction of one client<Interface> and then quickly change the connection object without having to iterate over the methods again.
Class mace::rpc::json::client< InterfaceType >
- make client_interface take a pointer to client_base to enable the construction of one client<Interface> and then quickly change the connection object without having to iterate over the methods again.
Class mace::rpc::json::http_client< InterfaceType >
- make client_interface take a pointer to client_base to enable the construction of one client<Interface> and then quickly change the connection object without having to iterate over the methods again.