New terminology, e.g., `any_tuple` => `message`
This patch renames several classes to give programmers without functional background a better intuition about the purpose of a particular class. For example, `partial_function` is not a concept familiar to all C++ developers and has been renamed to `message_handler`. Although the former is a better and more general name in theory, the latter is a better description for what the class is actually used for in the library.
Showing
cppa/detail/lifted_fun.hpp
0 → 100644
cppa/guard_expr.hpp
deleted
100644 → 0
cppa/message_builder.hpp
0 → 100644
src/object_array.cpp
deleted
100644 → 0
Please register or sign in to comment