YoVDO

Flow - An Introduction

Offered By: Linux Foundation via YouTube

Tags

Conference Talks Courses C++ Courses Distributed Systems Courses FoundationDB Courses

Course Description

Overview

Explore the actor-based programming language Flow in this 19-minute conference talk by Markus Pilman from Snowflake. Learn about the language used to implement FoundationDB, optimized for I/O-heavy and highly concurrent software. Discover how to write simple actors, understand the underlying code structure, and identify common pitfalls in Flow programming. Gain insights into futures, promises, generated code, remote futures, and actor cancellation. Examine the unique aspects of Flow, including its approach to stack management, waiting on multiple futures, and handling streams. Address challenges such as the actor compiler's limitations with C++ and specific scoping rules. Ideal for potential FoundationDB contributors, distributed systems enthusiasts, and those interested in exploring innovative programming languages.

Syllabus

Intro
WHAT IS FLOW?
A SIMPLE ACTOR...
FUTURES AND PROMISES
A LOOK AT THE GENERATED CODE
THE GENERATED ACTOR
PROBLEM: NO STACK
WAITING ON MULTIPLE FUTURES
STREAMS EXAMPLE
REMOTE FUTURES
THE ACTOR COMPILER DOESN'T UNDERSTAND C++
ARGUMENTS TO ACTORS ARE COPIED
CANCELLING ACTORS
WEIRD SCOPING RULES
SWALLOWING EXCEPTIONS: FIX 1


Taught by

Linux Foundation

Tags

Related Courses

Advanced Operating Systems
Georgia Institute of Technology via Udacity
High Performance Computing
Georgia Institute of Technology via Udacity
GT - Refresher - Advanced OS
Georgia Institute of Technology via Udacity
Distributed Machine Learning with Apache Spark
University of California, Berkeley via edX
CS125x: Advanced Distributed Machine Learning with Apache Spark
University of California, Berkeley via edX