Skip to content

Commit 09fae9d

Browse files
authored
Update README.md
1 parent 7f72b28 commit 09fae9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Offers a better approach to game design that allows you to concentrate on the a
1818
The Entity Component System ships as an experimental package in 2018.1, and we’ll continue to develop and release new versions of the package in the 2018.x cycle. It is important to stress that the Entity Component System is not production ready
1919

2020
## C# Job System
21-
The new C# Job System takes advantage of multiple cores in a safe and easy way. Easy, as it’s designed to open this approach up to user scripts and to allow users to write fast, jobified code providing, and safe because it provides protection from some of the pitfalls of multi-threading such as race conditions.
21+
The new C# Job System takes advantage of multiple cores in a safe and easy way. Easy, as it’s designed to open this approach up to user scripts and allows users to write safe, fast, jobified code while providing protection from some of the pitfalls of multi-threading such as race conditions.
2222

2323
The C# Job System ships in 2018.1.
2424

0 commit comments

Comments
 (0)