Commit 5ebc8616 authored by Dominik Charousset's avatar Dominik Charousset

documentation update for scheduler

parent 60c9de15
......@@ -71,7 +71,8 @@ class singleton_manager;
} // namespace detail
/**
* @brief
* @brief This abstract class allows to create (spawn) new actors
* and offers delayed sends.
*/
class scheduler {
......@@ -247,6 +248,6 @@ void set_default_scheduler(size_t num_threads);
*/
scheduler* get_scheduler();
} // namespace cppa::detail
} // namespace cppa
#endif // CPPA_SCHEDULER_HPP
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment