Skip to content

Commit e29225c

Browse files
committed
cleaning up doc
1 parent c567e46 commit e29225c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/vthreads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The defaults and mechanisms for customization around these workloads are describ
2121

2222
## core.async's use of virtual threads
2323

24-
By default, whenever core.aync runs in an environment that supports virtual threads (i.e. a version 21+ JVM), it will use virtual threads to service all `:io` workloads executed with the `io-thread` macro. Additionally, all `go` IOC dispatching will use virtual threads under the hood.
24+
By default, whenever core.aync runs in an environment that supports virtual threads (i.e. a version 21+ JVM), it will use virtual threads to service all `:io` workloads executed with the `io-thread` macro. Additionally, all `go` IOC dispatching will use virtual threads under the hood.
2525

2626
### Specifying a factory for custom thread `ExecutorService` instances
2727

0 commit comments

Comments
 (0)