Skip to content

Commit

Permalink
Finished incomplete sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Mar 25, 2024
1 parent cdad1fc commit 0a941cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/versionhistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.

* Added the ``start_service_task()`` function for starting background service tasks,
bound to the root context, from ``Component.start()``
* Added the ``start_background_task_factory()`` function for
* Added the ``start_background_task_factory()`` function for launching ad-hoc
background tasks in a manner compatible with Structured Concurrency
* Dropped the ``@executor`` decorator
* Dropped all context-bound methods of jumping to and from worker threads
(``Context.call_async()``, ``Context.call_in_executor()``, ``Context.threadpool()``)
Expand Down

0 comments on commit 0a941cb

Please sign in to comment.