Home
last modified time | relevance | path

Searched refs:AsyncWork (Results 1 – 10 of 10) sorted by relevance

/dports/devel/upp/upp/uppsrc/Core/src.tpp/
H A DAsyncWork_en-us.tpp1 topic "AsyncWork and Async";
13 [ {{10000@(113.42.0) [s0;%% [*@7;4 AsyncWork and Async]]}}&]
16 [s1;:Upp`:`:AsyncWork`:`:class: [@(0.0.255) class]_[* AsyncWork]&]
20 with CoWork. AsyncWork has pick constructor / operator.&]
32 [s5;:Upp`:`:AsyncWork`:`:Cancel`(`): [@(0.0.255) void]_[* Cancel]()&]
38 [s2;%% Returns true [*/ in the job routine] if the master AsyncWork
46 [s5;:Upp`:`:AsyncWork`:`:Get`(`): [*@4 Ret]_[* Get]()&]
51 [s5;:Upp`:`:AsyncWork`:`:operator`~`(`): [*@4 Ret]_[* operator`~]()&]
56 [s5;:Upp`:`:AsyncWork`:`:Pick`(`): [*@4 Ret]_[* Pick]()&]
61 [s5;:Upp`:`:AsyncWork`:`:`~AsyncWork`(`): [@(0.0.255) `~][* AsyncWork]()&]
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks/tests/Task/
H A DTaskFromAsyncWork.cs22 #region AsyncWork (base)
27 public abstract class AsyncWork class
36 public AsyncWork() in AsyncWork() method in System.Threading.Tasks.Tests.AsyncWork
111 public class AsyncAction : AsyncWork
161 public class AsyncAction<T> : AsyncWork
199 public class AsyncAction<T1, T2> : AsyncWork
236 public class AsyncAction<T1, T2, T3> : AsyncWork
278 public class AsyncFunc : AsyncWork
328 public class AsyncFunc<T> : AsyncWork
364 public class AsyncFunc<T1, T2> : AsyncWork
[all …]
H A DTaskFromAsyncTest.cs105 AsyncWork work = RunAPMTest(); in RealRun()
151 private AsyncWork RunAPMTest() in RunAPMTest()
/dports/devel/upp/upp/uppsrc/Core/
H A DCoWork.h184 class AsyncWork {
220 AsyncWork& operator=(AsyncWork&&) = default;
221 AsyncWork(AsyncWork&&) = default;
223 AsyncWork() {} in AsyncWork() function
224 ~AsyncWork() { if(imp) imp->co.Cancel(); } in ~AsyncWork()
228 AsyncWork<
236 AsyncWork< in Async()
/dports/devel/upp/upp/reference/SshBasics/
H A DSFtpMT.cpp5 AsyncWork<void> AsyncGet(SshSession& session, const String& path) in AsyncGet()
18 void CheckError(AsyncWork<void>& w) in CheckError()
41 Array<AsyncWork<void>> workers; in SFtpAsyncGet()
H A DExecMT.cpp5 AsyncWork<void> AsyncListDir(SshSession& session, const String& path) in AsyncListDir()
21 void GetResult(AsyncWork<void>& w) in GetResult()
/dports/devel/upp/upp/reference/AsyncWork/
H A DAsyncWork.upp1 description "AsyncWork is U++ variant of std::future mechanism\377";
7 AsyncWork.cpp;
/dports/devel/py-rapidfuzz/rapidfuzz-1.8.0/3rd-party/taskflow/taskflow/core/
H A Dgraph.hpp132 struct AsyncWork { struct in tf::Node
135 AsyncWork(T&&);
162 AsyncWork // async work
173 constexpr static auto ASYNC_WORK = get_index_v<AsyncWork, handle_t>;
262 Node::AsyncWork::AsyncWork(C&& c) : work {std::forward<C>(c)} { in AsyncWork() function in tf::Node::AsyncWork
H A Dexecutor.hpp457 nstd::in_place_type_t<Node::AsyncWork>{}, in async()
483 nstd::in_place_type_t<Node::AsyncWork>{}, in async()
1173 nstd::get<Node::AsyncWork>(node->_handle).work(); in _invoke_async_work()
/dports/devel/upp/upp/uppsrc/Core/srcdoc.tpp/
H A DTutorial_en-us.tpp82 [s0; ___[^`#Section`_7`_5^ 7.5 AsyncWork]&]
3643 [s3;H4;:Section`_7`_5: 7.5 [C@5 AsyncWork]&]
3644 [s5; [*C@5 AsyncWork] is [*C@5 CoWork] based tool that resembles std`::future.
3645 [*C@5 AsyncWork] instances are created using [*C@5 Async] function
3647 thread. [*C@5 AsyncWork] supports returning values. A call to [*C@5 AsyncWork`::Get]
3676 [s5; [*C@5 AsyncWork] instances can be canceled (and are canceled in