-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #288 from jgfoster/jgfoster
Add Async/Await talk
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
! Asynchronous Programming with Async and Await | ||
|
||
James Foster ([email protected]) | ||
|
||
""Abstract:"" | ||
Many modern languages support asynchronous programming using the async/await syntax. | ||
In this presentation we look at this pattern and compare and contrast it with the | ||
Smalltalk process model. | ||
|
||
|
||
""Bio:"" | ||
James Foster discovered the local university’s computer center as a junior-high student in 1971 and a | ||
life-long obsession with computers began. He was introduced to Smalltalk/V for the Mac in the mid-90s, | ||
and became a Smalltalk fan. James teaches undergraduate computer science classes and serves as | ||
VP of Finance & Operations for GemTalk Systems. He is a passionate advocate for GemStone and all | ||
things Smalltalk. |