Skip to content

0.11.0

Compare
Choose a tag to compare
@pchalasani pchalasani released this 26 Aug 16:20
· 353 commits to main since this release

feat: Support for polymorphic task.run, task.run_async.

We can now use this syntax:

result = task[DesiredType].run(msg, ...)  # similar for run_async

where msg can be of any type and DesiredType is the desired type of the task result.

See:

  NODES
COMMUNITY 1
Project 3
USERS 1