Skip to content

Tags: lambdaclass/spawned

Tags

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v.0.4.5 (#65)

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: don't clone threads genserver (#64)

* update threads GenServer to not use clone, similar to #42

* add method to get cancellation token

Signed-off-by: lakshya-sky <[email protected]>

---------

Signed-off-by: lakshya-sky <[email protected]>
Co-authored-by: lakshya-sky <[email protected]>

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added example to the README's and a version bump to re-publish and vi…

…sibilize them on crates.io (#61)

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
added start_on_thread and send_message_on (#60)

* Added spawn_on_thread and send_message_on

* Improved error handling

* Corrected comment

* Moved a log message from error to debug and updated version

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added task id on warn_on_block messages (#57)

* Added task_id to warn-on-block message

* Updated version

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: make pin-project-lite dep optional (#51)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version update (#43)

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated main README (#23)

* Updated main README

* Minor corrections

v0.1.2-apha

Toggle v0.1.2-apha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #19 from lambdaclass/default_handlers

Added default implementation for handle_cast and handle_call

v0.1.2-alpha

Toggle v0.1.2-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #19 from lambdaclass/default_handlers

Added default implementation for handle_cast and handle_call