- [=] Every class now can behave like Thread class
- [=] thread.threaded - add this decorator to execute function in a thread
- [=] thread.requires_start - wait until bot will be started and execute function
- [+] after keyword to user.write: set after func after write
- [=] Replace: ThreadedStruct and ThreadedDatabase with more elegant threading solution
- [=] ListExtension.join(separator, prefix, postix) - same behaviour as separator.join(Iterable)
- [=] Rewrite Struct
- [+] events
- [+] setExtension - += operation for sets