Asynchronous API

Does SMACk support asynchronous API? e.g., call login and wait for some callback once the nswer return instead of waiting blocked on the login call?

If the answer is no, is there another library that supports this?

You could put that call into a thread of it’'s own too. Then notify who ever is interested by using listener architecture for example.

Edit: Here you can find a good article on the listener architecture:

Message was edited by: Op3racional