Skip to content

Commit d705104

Browse files
committed
Update itask.hpp
1 parent 9f9475e commit d705104

File tree

1 file changed

+0
-1
lines changed
  • src/xtd.core/include/xtd/threading/tasks

1 file changed

+0
-1
lines changed

src/xtd.core/include/xtd/threading/tasks/itask.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ namespace xtd {
1212
namespace threading {
1313
/// @brief The xtd::threading::tasks namespace provides types that simplify the work of writing concurrent and asynchronous code. The main types are xtd::threading::tasks::task which represents an asynchronous operation that can be waited on and cancelled, and xtd::threading::tasks::task <result_t>, which is a task that can return a value. The xtd::threading::tasks::task_factory class provides static methods for creating and starting tasks, and the xtd::threading::tasks::task_scheduler class provides the default thread scheduling infrastructure.
1414
namespace tasks {
15-
/// @interface ITask
1615
/// @brief Represents an interface for an asynchronous operation.
1716
/// @par Library
1817
/// xtd.core

0 commit comments

Comments
 (0)