Skip to content

Releases: DmitriiKhudiakov/conrun

v0.1.3

Choose a tag to compare

@DmitriiKhudiakov DmitriiKhudiakov released this 26 Jun 01:30
db6be25

What's Changed

  • Fix license description

v0.1.2

Choose a tag to compare

@DmitriiKhudiakov DmitriiKhudiakov released this 26 Jun 01:09
620d632

What's Changed

  • Added python version support - 3.10 | 3.11 | 3.12 | 3.13
  • Added library description

v0.1.1

Choose a tag to compare

@DmitriiKhudiakov DmitriiKhudiakov released this 25 Jun 23:21
9ee4c0f

What's Changed

  • Runner class with run and arun methods to run tasks with async, thread or process mode
  • Tests for runner class
  • Minimal examples for runner class