Skip to content

Commit

Permalink
Add :virtual and :plaform executor aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Dec 3, 2023
1 parent 658c429 commit d2ea075
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/promesa/exec.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@
(case executor
:default @default-executor
:cached @default-cached-executor
:virtual @default-vthread-executor
:platform @default-cached-executor
:thread @default-thread-executor
:vthread @default-vthread-executor
:same-thread @default-current-thread-executor
Expand Down

0 comments on commit d2ea075

Please sign in to comment.