Searched full:future (Results 1 – 25 of 95) sorted by relevance
1234
36 future = asyncio.run_coroutine_threadsafe(coro=coroutine, loop=self.event_loop)37 future.add_done_callback(callback) if callback else None39 future.add_done_callback(self._task_done)50 def _task_done(self, future): argument52 if future.exception():53 logging.error(f'future.exception: {future.exception()}')57 self.task_exception = future.exception()
176 /* strict mode future reserved keywords */184 /* context dependent future */
23 A set of *built-in annotations* can be added to some future language version.55 A notion of *plugin-defined annotations* can be added to some future language version.
208 /* strict mode future reserved keywords */217 /* context dependent future */
64 compilation to fail in the future versions.77 list in the future releases based on the feedback from the developers,
19 * Class represents a result of an asynchronous operation in the future.
18 # get absolute path to linter folder for possible use in future
18 desc: The following identifiers are also treated as keywords and are reserved for the future use (o…
25 // check required in future
66 …* Save reference for future processing and handle it with GC point of view (mark needed fields, if…71 …/// Save reference for future processing and handle it with GC point of view (traverse needed fiel…
14 # excluded due to future milestone
27 # this will be fixed in the future
19 …'<mutex>' 'pthread' '<shared_mutex>' '<condition_variable>' '<future>' '<stop_token>' 'this_thread'
76 TS used in interop tests, either as transpilation source or (future) as directly ran scripting lang…
30 // by adding `INTARRAY` in the future
92 in the future. The compiler applies boxing (see :ref:`Boxing Conversions`) to
111 // Future work: add main entry mapping to ai file
87 std::future<bool> compilation_result_future = compilation_result_promise->get_future();
149 # will need redesign for union types support in the future
49 …methods, and bytecodes (built-in code blocks and constant strings in the future) in Actor instance…
76 * @param taskType - TaskType of future TaskQueue.77 * @param vmType - VMType of future TaskQueue.
134 * Immediate class may hold only int or float values (maybe vectors in future).135 * It knows nothing about pointers and bools (bools maybe be in future).
74 * loop. We call them phi-candidates (in future they can be used to reuse
139 performance-related tips and suggestions. In the near future we are to