Engineering Leader in Austin, TX
Maintainer: @AuroraToolkit
Eng Manager at Empyrean
Fmr Eng Manager @bigcommerce
Fmr iOS Architect @mutualmobile
- Austin, TX
-
02:59
(UTC -06:00) - https://danmurrelljr.micro.blog
- in/danmurrelljr
Pinned Loading
-
-
Flow Architecture, 2024 - A flow con...
Flow Architecture, 2024 - A flow control architecture for Swift applications, with Branchable and Navigable flows for flexible state management and streamlined, testable user journeys 1//
2// Flow.swift
3// Created by Dan Murrell Jr on 10/19/24.
4//
5 -
AuroraToolkit/AuroraCore
AuroraToolkit/AuroraCore PublicAuroraCore is the foundational library within AuroraToolkit, enabling AI-driven workflows, context management, and seamless integration with large language models (LLMs).
Swift 6
-
A simple object to monitor a set of ...
A simple object to monitor a set of tasks marking a "busy" state. Written in Swift, but easy to port to other languages with Set collections 1/**
2Manages a set of tasks to consider something in a "busy" state
3*/
4class IsBusy<T: Hashable> {
5private var busySet = Set<T>() {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.