Skip to content

Rename serial executor

Choose a tag to compare

@neakor neakor released this 04 Dec 20:08
· 11 commits to master since this release
Rename SerialSequenceExecutor (#23)

Renames `SerialSequenceExecutor` to `ImmediateSerialSequenceExecutor` to better represent the execution is done immediately on the caller thread, since a `ConcurrentSequenceExecutor` limited to a maximum concurrency level of 1 would also be serial.