/* CocoaHeads Atlanta */

let topic = [
    "title": "Swift Structured Concurrency, take 2",
    "presenter": "Mikey Ward",
    "abstract": #"""
I've been spending a lot of time thinking about the new async/await and Task APIs, and how to teach them.

I'd like to share with you what I've learned, and lead a group programming exercise to build a real-world example in an app with existing asynchronous code. Have your Xcode 13.1 ready!
"""#
]

let gettingThere = [
    "dateTime": "2021-12-09T19:00:00-0400", // December 9, 2021, 7pm ET
    "location": "Online! We'll send the Zoom link to the mailing list (sign up below) and to the #atlanta channel of the CocoaHeads Slack workspace (contact us for an invitation) on the day of the meeting. If you miss the email, message @chatl or email us for the link."
]

let chapter = [
    "parentOrg": "CocoaHeads",
    "contactEmail": "organizer@cocoaheadsatlanta.org",
    "twitter": "@chatl"
    "slack": "Contact us above for an invitation!"
]